Commit Graph

2392 Commits

Author SHA1 Message Date
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
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
Simon Binder c9bd7236c6
Resolve `unixepoch` SQL function as datetime 2022-06-16 18:29:13 +02:00
Simon Binder 5367072df5
Docs: List enums as column type 2022-06-16 18:29:13 +02:00
Simon Binder 52f95bb61d
Merge pull request #1888 from Mike278/bugfix/analyzer-4.1.0
Depend on analyzer 4.1.0 for 'isNotOptional' -> 'isRequired' deprecation
2022-06-14 23:02:57 +02:00
Mike278 561dda4379 Depend on analyzer 4.1.0 for 'isNotOptional' -> 'isRequired' deprecation 2022-06-14 15:57:58 -04:00
Simon Binder 7be4e90569
Exclude internal tables from schema verification 2022-06-10 11:02:52 +02:00
Simon Binder 26d9e79559
Fix more transaction error edge-cases (#1882) 2022-06-08 18:23:20 +02:00
Simon Binder f510f3e5c3
Docs: Update built_site 2022-06-07 19:28:31 +02:00
Simon Binder a8d57515c3
Avoid overly careful runZoneGuarded 2022-06-07 14:48:32 +02:00
Simon Binder 9af708773c
Prepare 1.7.0 release 2022-06-07 14:39:45 +02:00
Simon Binder dc2511c808
Open transaction callback in right zone (#1881) 2022-06-07 00:24:38 +02:00
Simon Binder 429d36ff9c
Example app: Add explanatory comment to copy builder 2022-06-03 23:18:23 +02:00
Simon Binder 6a6d1268c4
Fix sum type inference (#1871) 2022-05-30 17:13:12 +02:00
Simon Binder e6b923a471
Merge pull request #1868 from simolus3/nullability-fix
Fix typeconverter-depend nullability in DataClass copyWidth
2022-05-30 13:59:28 +02:00
westito a816c1aac2 Fix typeconverter-depend nullability in DataClass copyWidth 2022-05-30 13:25:18 +02:00