Tags: westito/drift
Tags
sqlparser 0.22.0 - Refactor how tables and columns are resolved internally. - Lint for `DISTINCT` misuse in aggregate function calls. - Support the `RIGHT` and `FULL` join operators added in sqlite 3.39.0. - Support `IS DISTINCT FROM` and `IS NOT DISTINCT FROM` syntax added in sqlite 3.39.0. - Fix type inference for `SUM()` calls around int "subtypes" (like booleans).
drift 1.7.0 - Add the `int64()` column builder to store large integers. These integers are still stored as 64-bit ints in the database, but represented as a `BigInt` in Dart. This enables better web support for integers larger than 2^52. More details are in [the documentation](https://drift.simonbinder.eu/docs/getting-started/advanced_dart_tables/#bigint-support). - Add `filter` and `distinct` support to `groupConcat`. - Fix a deadlock with the `sqflite`-based implementation if the first operation in a `transaction` is a future backed by a query stream.
drift_dev 1.7.0 - Support for new drift 1.7 features like `int64` columns. - Analysis support for upcoming sqlite 3.39 features in `.drift` files.
PreviousNext