Daniel Kolakowski
Daniel Kolakowski
Blank line resets current section which could not be desirable for larger .ini files where visual separation helps maintaing the file.
### Version 1.25.0 ### What happened? `sqlc` failed to compile a query with a recursive query in the WHERE clause. Error message: `relation "xxx" does not exist` The GetTest1 and...
… vertical menus Added alignBottom option to enable different positioning strategy for vertical menus. Fixed grammar error in settings and class names.
### Version 1.23.0 ### What happened? A SQL type `timestamp with time zone` is not recognized as `timestamptz` when `timestamptz` is overridden with `time.Time`. as mentioned by @andrewmbenton here: https://github.com/sqlc-dev/sqlc/issues/2630#issuecomment-1729891052...