Geoff Speicher
Geoff Speicher
@josefaidt just confirmed no change with CLI 9.2.1
Not sure if this is related at all, but I now get the following prompt on every single push. I mention this because at one point it appeared there might...
@josefaidt unfortunately this results in no change in behavior of the CLI or the contents of the generated files at all. Could it possibly be related to the fact that...
The file mode for `cli.json` is `0644` and owned by me so I don't think it is a permissions issue. I have a second checkout of this same project and...
I just cloned the project into a standard MacOS case-insensitive apfs filesystem and the behavior is the same. One thing I did notice (not sure how this eluded me until...
Thanks @regeda, this works great for `pgtype.FlatArray[T]` and `pgtype.Multirange[T]` because both are type aliases for `[]T` which represents a builtin type. In case anyone is trying to make it work...