File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed
Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- ## 2.29.0-dev
1+ ## 2.29.0
22
33- Allow specifying ordering for columns in ` @TableIndex ` annotation.
44- Add ` DelegatedDatabase.externalExecutor ` , allowing transactions started
55 externally to be used with drift.
66- Add ` Batch.insertFromSelect ` to insert rows from a select statement in a batch.
7+ - Devtools extension: Support exporting databases.
78
89## 2.28.2
910
Original file line number Diff line number Diff line change 11name : drift
22description : Drift is a reactive library to store relational data in Dart and Flutter applications.
3- version : 2.28.2
3+ version : 2.29.0
44repository : https://github.com/simolus3/drift
55homepage : https://drift.simonbinder.eu/
66issue_tracker : https://github.com/simolus3/drift/issues
Original file line number Diff line number Diff line change 1- ## 2.29.0-dev
1+ ## 2.29.0
22
33- Fix invalid schema code for views.
44- Add the ` known_tables ` option. It allows defining external tables assumed to be available
Original file line number Diff line number Diff line change 11name : drift_dev
22description : Dev-dependency for users of drift. Contains the generator and development tools.
3- version : 2.28.3
3+ version : 2.29.0
44repository : https://github.com/simolus3/drift
55homepage : https://drift.simonbinder.eu/
66issue_tracker : https://github.com/simolus3/drift/issues
@@ -35,9 +35,9 @@ dependencies:
3535 io : ^1.0.3
3636
3737 # Drift-specific analysis and apis
38- drift : " >=2.28 .0 <2.29 .0"
38+ drift : " >=2.29 .0 <2.30 .0"
3939 sqlite3 : ^2.4.6
40- sqlparser : ^0.42.0-0
40+ sqlparser : ^0.42.0
4141
4242 # Dart analysis
4343 # Note: When changing this to a lower bound of 8.x, please re-enable
Original file line number Diff line number Diff line change 1- ## 0.42.0-dev
1+ ## 0.42.0
22
33- Fix unresolved references in CTEs resolving against the scope of the main query.
44- Static analysis support for the PowerSync SQLite extension.
Original file line number Diff line number Diff line change 11name : sqlparser
22description : Parses sqlite statements and performs static analysis on them
3- version : 0.42.0-dev
3+ version : 0.42.0
44homepage : https://github.com/simolus3/drift/tree/develop/sqlparser
55repository : https://github.com/simolus3/drift
66# homepage: https://drift.simonbinder.eu/
You can’t perform that action at this time.
0 commit comments