8000 Tags · LucasHBG/drift · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: LucasHBG/drift

Tags

drift-2.23.1

Toggle drift-2.23.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix `TableStatements.insertAll` to only apply a database-specific p…

…ragma for SQLite databases.

- Don't attempt to roll-back transactions that failed to begin.
- Fix unhandled exception when cancelling transactions.
- Fix deadlock when drift databases are used in a `fake_async` Zone and then closed outside that zone.

drift_dev-2.23.1

Toggle drift_dev-2.23.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Generate typed reference-resolving queries through the manager API …

…when

  modular code-generation is enabled. Previously, this feature was only enabled
  for monolithic generation modes.

drift_flutter-0.2.4

Toggle drift_flutter-0.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Allow providing a custom temporary directory.

- Allow providing a custom database directory, making it easier to swap out the
  default `getApplicationDocumentsDirectory()`.

drift-2.23.0

Toggle drift-2.23.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Allow building compound select statements in Dart.

- Support `NULLS FIRST` and `NULLS LAST` in manager API.

drift_dev-2.23.0

Toggle drift_dev-2.23.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix custom companion names on `@DataClassName` not being recognized.

- Improve schema exports to resolve default values instead of embedding their source.
- Update dependencies to support latest `dart_style` version.
- Fix generating dialect-specific code when only a single dialect (that isn't `sqlite3`) is enabled.

drift_flutter-0.2.3

Toggle drift_flutter-0.2.3's commit message
Fix wasm support in drift_flutter

drift_dev-2.22.1

Toggle drift_dev-2.22.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix generating Dart expressions without an inferred type.

drift-2.22.1

Toggle drift-2.22.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix generated SQL for `insertFromSelect` statements with upserts.

- Fix `alterTable` for databases where `legacy_alter_table` is not writable.
- Allow `package:drift/web.dart` to be imported into Dart apps compiled with
  dart2wasm.

sqlparser-0.40.0

Toggle sqlparser-0.40.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Add support for the `dbstat` module.

- Prioritize null propagation in type resolver, leading to more accurate
  analysis on which columns are nullable.

drift-2.22.0

Toggle drift-2.22.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Add `sqliteAny()` method to tables to declare `ANY` columns.

- Add missing parentheses around adjacent expressions of the same precedence.
- Fix creating tables that are both `STRICT` and `WITHOUT ROWID`.
- WASM: Report worker failures to make them easier to diagnose.
- Allow closing stream queries synchronously, making drift easier to use in
  widget tests.
0