Drift 2.2.0
simolus3
released this
06 Oct 11:52
·
1548 commits
to develop
since this release
- Potentially breaking bug-fix: Fix the nullability of columns generated for Dart-defined views. See the documentation for details.
- Always escape column names, avoiding the costs of using a regular expression to check whether they need to be escaped.
- Add extensions for binary methods on integer expressions:
operator ~
,bitwiseAnd
andbitwiseOr
. - Serialize
uniqueKeys
overrides into a database schema, allowing them to be properly tested in schema tests. - Support the latest version of the
analyzer
package.