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

Tags: Maksimka101/drift

Tags

sqlparser-0.39.0

Toggle sqlparser-0.39.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- When using the `parse` methods on `SqlEngine`, tokenizer errors are…

… now

  included in the result instead of throwing an exception.

sqlparser-0.38.1

Toggle sqlparser-0.38.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix upcoming `unreachable_switch_default` lint.

drift-2.20.2

Toggle drift-2.20.2's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix upcoming `unreachable_switch_default` lint.

drift_dev-2.20.3

Toggle drift_dev-2.20.3's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Fix internal serialization-related errors for triggers targeting vi…

…ews.

sqlparser-0.38.0

Toggle sqlparser-0.38.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Resolve `json_extract` return types from context if possible.

- Warn when `INSTEAD OF` triggers are not used on views.
- Represent writes to views in `TableWrite`.

drift-2.20.1

Toggle drift-2.20.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Migrate legacy `package:drift/web.dart` to the new JS interop SDK l…

…ibraries.

  For backwards compatibility, the `channel()` extension on the `MessagePort`
  class in `dart:html` has been kept.
  Once `dart:html` is removed from the Dart SDK, that extension will have to
  be removed from drift as well.
- Fix cast errors in the protocol for remote workers when compiling with
  `dart2wasm`.
- Introduce a faster protocol for communicating with workers. This protocol is
  enabled automatically after upgrading `drift_worker.js`.

drift_dev-2.20.2

Toggle drift_dev-2.20.2's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Strip leading numbers when generating modular accessor names for dr…

…ift files,

  fixing syntax errors.
- Support triggers targeting views.
- Include dialect-specific constraints in exported schema files.
- Fix `schema export` not respecting column constraints of the target dialect.

drift_dev-2.20.1

Toggle drift_dev-2.20.1's commit message
Release drift_dev 2.20.1

drift-2.20.0

Toggle drift-2.20.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Improve manager API to be able to resolve references when running q…

…ueries.

- Add `readPool` parameter to `NativeDatabase`. It will spawn an additional
  pool of isolates used to serve multiple reads in parallel, which can improve
  performance in some specific workloads.
- Add `TableIndex.sql`, allowing database indexes to be defined in SQL without
  using drift files.
- Add `DataClassName.implementing`, which can be used to make drift-generated
  row classes implement existing interfaces.
- Mark legacy `package:drift/web.dart` as deprecated. Users should migrate to
  `package:drift/wasm.dart`.

drift_flutter-0.2.0

Toggle drift_flutter-0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simolus3 Simon Binder
- Add `DriftNativeOptions` with `shareAcrossIsolates` option that wil…

…l give

  multiple isolates access to the same drift database without having to manually
  set up ports.
0