You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update SQLize for the new Sqlite parser
* Upgrade the build pipeline
* Add a unit test for parsing sqlite schema
* Fix the nil error in sqlite parse
* FIx the sqlite scripts
* Add a unit test for migrations generation
* Fix some parse errors, that prevented migration from being generated
* Add autoincrement keyword
* Add support for unique constraint
* Add support for check constraints
* Add mention of sqlite constraints
* Fix potential panic
* Add edge cases for default values to ensure unquote stability for sqlite
* Add some migration verification scripts
* Refactor tests, extract file read boilerplate
* Apply more CodeRabbit suggestions, fix some nitpicks
* Just a couple more finishing improvements by CodeRabbit
* Fix quote/unquote logic for default values
This folder aims to align with the common guidelines of the [golang project layout](https://github.com/golang-standards/project-layout/tree/master/test).
0 commit comments