Drift
- Add
rightOuterJoinandfullOuterJoin. - Wasm: Add the
WasmProbeResult.moveFromIndexedDBToOpfs()method and themoveExistingIndexedDbToOpfsparameter onWasmDatabase.open. They can be used to move an existing database stored in IndexedDB to OPFS.
drift_flutter
- Add
isolateSetupparameter toDriftNativeOptionsto setup isolates spawned to host database connections.
Generator
- Schema export: Always export generated SQL statements as a reference.
- Schema export: Always use temporary file instead of data URI.
- Support analyzer versions 9.x.
- Support dothand syntax when analyzing Dart sources.
- Analysis: Support features added in SQLite version 3.51.0