Skip to content

Tags: westito/drift

Tags

drift-1.7.1

Toggle drift-1.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
simolus3 Simon Binder
Prepare 1.7.1 hotfix

sqlparser-0.22.0

Toggle sqlparser-0.22.0's commit message
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

Toggle drift-1.7.0's commit message
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

Toggle drift_dev-1.7.0's commit message
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.

drift-1.6.0

Toggle drift-1.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
simolus3 Simon Binder
Release drift 1.6.0

drift_dev-1.6.0

Toggle drift_dev-1.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
simolus3 Simon Binder
Release drift 1.6.0

drift_dev-1.5.2

Toggle drift_dev-1.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
simolus3 Simon Binder
Prepare 1.5.2 release of `drift_dev`

moor_flutter-4.1.0

Toggle moor_flutter-4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
simolus3 Simon Binder
First release of `drift_sqflite`

drift_sqflite-1.0.0

Toggle drift_sqflite-1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
simolus3 Simon Binder
First release of `drift_sqflite`

drift_dev-1.5.1

Toggle drift_dev-1.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
simolus3 Simon Binder
First release of `drift_sqflite`