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

Tags: simolus3/drift

Tags

drift-2.27.0

Toggle drift-2.27.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
2.27.0

- Allow passing `sqlite3` callback to `NativeDatabase` to customize how SQLite
  bindings are obtained.

drift_postgres-1.3.1

Toggle drift_postgres-1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
1.3.1

- Add `toJson()` method to `PgDate` and `PgDateTime`.

drift_dev-2.27.0

Toggle drift_dev-2.27.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
2.27.0

- Fix generating versioned schema code for columns referencing other columns in
  `generatedAs` expressions.
- Use proper impport statements when generating schema code.
- Schema validation: Allow ignoring column constraints.

drift-2.26.1

Toggle drift-2.26.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Add `isNotNull()` column filter for the manager APIs.

- Add optional `orderBy` parameter to more aggregate function extension.

drift_dev-2.26.1

Toggle drift_dev-2.26.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix `generatedAs` not being generated for versioned schema imports.

- Avoid the use of the shared database cache in the `SchemaVerifier`
  implementation.
- Fix crash when `drift_dev schema dump` is used on SQLite databases with
  triggers, views or indexes.
- CLI: Don't exit with code `0` when no command was selected.

drift-2.26.0

Toggle drift-2.26.0's commit message

Verified

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

drift_dev-2.26.0

Toggle drift_dev-2.26.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
drift_dev 2.26.0

- Fix warning on Dart-defined views referencing the same table multiple times.
- Don't generate unnecessary verification code.
- Suggest a test with data integrity when adding a new column without a default
  value in `make-migrations`.

drift-2.25.1

Toggle drift-2.25.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
drift 2.25.1

- Fix shared worker feature detection when the main app is compiled with
  `dart2wasm`.

drift_dev-2.25.2

Toggle drift_dev-2.25.2's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
drift_dev 2.25.2

- Fix `generateInsertable: true` on `@UseRowClass` not respecting inherited
  getters.
- Fix lints in generated test code for `make-migrations`.

drift_dev-2.25.1

Toggle drift_dev-2.25.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
drift_dev 2.25.1

- Fix schema exports ignoring `store_date_time_values_as_text: true` when Dart
  tables with default constraints on columns are involved.
0