Merge branch 'latest-release' into develop

This commit is contained in:
Simon Binder 2022-12-12 22:45:11 +01:00
commit 5f2d52ccc5
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
- Add the support for `textEnum`.
- Adds the `case_from_dart_to_sql` option with the possible values: `preserve`, `camelCase`, `CONSTANT_CASE`, `snake_case`, `PascalCase`, `lowercase` and `UPPERCASE` (default: `snake_case`).
## 2.3.3
- Fix a crash in `schema generate`.
## 2.3.2
- Fix a builder crash when importing triggers or indices.