Commit Graph

2606 Commits

Author SHA1 Message Date
Simon Binder 116f98269d
Always enable the new SQL generation mode 2022-07-03 21:53:17 +02:00
Simon Binder 19a35e8e1c
Merge branch 'latest-release' into develop 2022-07-02 21:05:50 +02:00
Simon Binder 3e82761caa
Prepare 1.7.1 hotfix 2022-07-02 20:53:25 +02:00
Simon Binder 52204b86b2
Dispose statements after exceptions (#1917) 2022-07-02 20:50:59 +02:00
Simon Binder fb0a6504da
Document how to run postgres test 2022-07-02 20:48:51 +02:00
Simon Binder 626ef29eff
Dispose statements after exceptions (#1917) 2022-07-02 19:24:19 +02:00
Simon Binder 2cd77ad8a2
Merge pull request #1916 from simolus3/change-integration-tests-dialect
Change integration tests dialect
2022-07-02 18:11:50 +02:00
westito 2728ac8e30 Remove deleting .dart_tool when run local tests 2022-07-02 18:01:37 +02:00
westito 56cb4c8926 Merge branch 'change-integration-tests-dialect' of github.com:simolus3/drift into change-integration-tests-dialect 2022-07-02 08:32:15 +02:00
westito 27f1305844 Update ios, macos projects 2022-07-02 08:31:17 +02:00
westito b4b7772d23
Update extras/integration_tests/drift_testcases/build.yaml
Co-authored-by: Simon Binder <oss@simonbinder.eu>
2022-07-02 08:30:49 +02:00
westito 5c4e5e571e Revert dialect changes 2022-07-02 08:30:29 +02:00
Simon Binder 6049d1aaa0
Add test for #1902 2022-07-01 22:56:25 +02:00
Simon Binder a064bb719d
Migrate remaining examples to null-safety 2022-07-01 21:51:33 +02:00
Simon Binder 52c07c9d3f
Remove support for non-nnbd code 2022-07-01 21:51:14 +02:00
westito 735402e384 Enable postgres integration testing 2022-06-30 19:06:56 +02:00
westito 02ad0e8250 Change integration tests' dialect to postgres 2022-06-30 19:04:55 +02:00
Simon Binder 9014fa82a8
Merge pull request #1915 from North101/develop
Fix non-null JsonTypeConverter
2022-06-29 13:57:17 +02:00
Alexander Wilde 5388a03fc6 Update innerColumnType comment 2022-06-29 12:18:40 +01:00
Alexander Wilde 6f6eaadf28 Fix non-null JsonTypeConverter 2022-06-29 11:27:27 +01:00
Simon Binder 46454c28fb
Merge pull request #1912 from simolus3/fix-tests
Fix tests
2022-06-28 23:21:18 +02:00
Simon Binder e5b18412db
Merge pull request #1913 from igbenic/develop
Logging long debug messages
2022-06-28 23:21:04 +02:00
Simon Binder 1120317117
Temporarily disable postgres tests 2022-06-28 23:13:13 +02:00
Simon Binder c5c67e15a1
Color is non-nullable again now 2022-06-28 23:07:34 +02:00
Simon Binder 1b06fcfc77
Merge branch 'develop' into fix-tests 2022-06-28 23:05:22 +02:00
Simon Binder bfad77788e
Handle nullable converters for compiled queries 2022-06-28 22:34:11 +02:00
Igor Benić f396c2b6c9 Split debugPrint messages into 300 character chunks 2022-06-28 20:13:43 +02:00
westito aa1d279b8e Update build config in testcases 2022-06-28 15:06:49 +02:00
Simon Binder 4fae017d36
Fix build config for web worker example 2022-06-28 14:47:32 +02:00
westito ef30349bc6 Fix CI errors 2022-06-28 14:01:54 +02:00
westito 292da80167 Regenerate all files 2022-06-28 13:24:57 +02:00
westito 769de1dfe2 Fix web_worker_example build fail 2022-06-28 08:58:24 +02:00
Simon Binder 440753d5e3
Fix false-positive in duplicate table warning 2022-06-27 08:48:18 +02:00
Simon Binder c74f5d4cb4
Document nested transactions 2022-06-25 15:51:28 +02:00
Simon Binder 4959ec6235
Fix wasm and postgres integration tests 2022-06-25 15:07:01 +02:00
Simon Binder e109cf3564
Update integration test architecture 2022-06-25 14:06:56 +02:00
Simon Binder 48830b57aa
drift_sqflite: Support nested transactions 2022-06-25 13:10:02 +02:00
Simon Binder e37daa3b95
Remote: Support nested transactions 2022-06-25 12:28:37 +02:00
Simon Binder 8def7055a0
Initial support for nested transactions 2022-06-24 20:10:06 +02:00
Simon Binder 5317d0a33b
Upgrade to new analysis plugin API 2022-06-23 22:46:23 +02:00
Simon Binder 8a68527fee
Merge remote-tracking branch 'North101/develop' into develop 2022-06-23 21:01:07 +02:00
Simon Binder cf1e94d384
Automatically make some converters nullable 2022-06-23 20:56:56 +02:00
Alexander Wilde 345faa91c7 TypeConverter mapToDart -> fromSql, mapToSql -> toSql 2022-06-22 23:50:19 +01:00
Simon Binder e874b78698
Fix analysis errors 2022-06-23 00:13:53 +02:00
Simon Binder 06af930941
Explicit null-aware types on type converters 2022-06-22 23:56:15 +02:00
Simon Binder 84cf9b82c3
Nullable date aggregates 2022-06-22 12:18:47 +02:00
Simon Binder 3331d625b0
Merge pull request #1896 from cnmade/patch-1
Using read<int> instead readInt
2022-06-19 14:29:13 +02:00
cnmade 6583fa5ec8
Using read<int> instead readInt
by the document and api document, readInt may replace with read<int>?

`
Use read<int>(key) directly
`
2022-06-19 16:13:58 +08:00
Simon Binder 81c59c0b99
Fix column references in subquery (#1894) 2022-06-17 18:19:23 +02:00
Simon Binder 4af9aed190
Fix example for subquery expressions (#1892) 2022-06-17 17:53:56 +02:00