Commit Graph

1722 Commits

Author SHA1 Message Date
Simon Binder c24cdb74ed
Merge branch 'master' into develop 2021-05-28 22:10:15 +02:00
Simon Binder ac30bb5989
Prepare to release moor 4.3.2 2021-05-28 22:06:46 +02:00
Simon Binder 04caf09abb
Fix lock not returning futures in right order 2021-05-28 22:03:22 +02:00
Simon Binder 6aa8c47d6a
Merge pull request #1219 from kuhnroyal/bugfix/insert-returning-stream-update
Fix insertReturning stream update
2021-05-28 22:01:14 +02:00
Simon Binder 0a27100b90
Fix lock not returning futures in right order 2021-05-28 21:59:47 +02:00
Simon Binder 7d6dbbc662
Delete misplaced test file 2021-05-27 23:51:44 +02:00
Simon Binder 35e72a78d2
Prepare to publish moor_generator 4.3.2 2021-05-26 20:43:09 +02:00
Simon Binder 65c4efed9b
Fix error with the latest analyzer 2021-05-26 20:39:02 +02:00
Simon Binder ef1f2a659c
Fix error with the latest analyzer 2021-05-26 20:37:58 +02:00
Simon Binder 3e0e7dae8b
Add errors to InvalidDataException 2021-05-26 19:51:27 +02:00
Simon Binder 9a6e8d3b2d
Share sqlite3 between workflow runs 2021-05-25 20:17:56 +02:00
Simon Binder e1d633526b
Refactor custom table information in sqlparser 2021-05-25 18:46:10 +02:00
Simon Binder 246add0c73
Merge pull request #1219 from kuhnroyal/bugfix/insert-returning-stream-update
Fix insertReturning stream update
2021-05-25 18:45:35 +02:00
Peter Leibiger 6ffd4254aa
Fix test case 2021-05-25 15:58:09 +02:00
Peter Leibiger b1a78d6aff
Test building newest sqlite version in CI 2021-05-25 15:36:41 +02:00
Peter Leibiger ec1ec98460
Add test case for insertReturning 2021-05-25 13:57:34 +02:00
Peter Leibiger bc2aaee2f3
Fix insertReturning not updating streams
* test case not possible due to sqlite version
2021-05-25 12:23:23 +02:00
Simon Binder 21cf78a361
Merge pull request #1217 from ffpetrovic/patch-1
Update advanced_dart_tables.md
2021-05-24 22:40:22 +02:00
Filip Petrovic 2a8b0fff26
Update advanced_dart_tables.md 2021-05-24 13:29:07 -07:00
Simon Binder 893b95e7e9
Prepare to release moor/moor_generator 4.3.1 2021-05-24 12:52:42 +02:00
Simon Binder 63de86404a
Fix code generation for custom data classes 2021-05-24 12:49:27 +02:00
Simon Binder 81424c488b
Fix encoding updates without kind over isolates 2021-05-24 12:48:58 +02:00
Simon Binder 12d2fc4d76
Fix deserializing nullable types (#1211) 2021-05-24 12:48:41 +02:00
Simon Binder 61cb03ad35
Warning when star column is used without table 2021-05-24 12:45:18 +02:00
Simon Binder 55baa96b98
Remove references to mysql backend 2021-05-22 17:09:52 +02:00
Simon Binder 09d1260357
Fix deserializing nullable types (#1211) 2021-05-22 16:52:51 +02:00
Simon Binder f726328f69
Fix encoding updates without kind over isolates 2021-05-21 22:24:00 +02:00
Simon Binder a46cc07ed4
Refactor column resolver in sqlparser
Fixes #1208
2021-05-21 17:47:14 +02:00
Simon Binder 473477e109 Fix code generation for custom data classes 2021-05-21 11:01:26 +02:00
Simon Binder c6ecff5a0a Use const uuid where possible 2021-05-21 10:50:54 +02:00
Simon Binder d220892f64 Delete mysql extra 2021-05-21 10:48:29 +02:00
Simon Binder 29bb6a73c8 Fix pub get from clean state 2021-05-21 10:47:42 +02:00
Simon Binder e5e9e1247c
Allow ofNullable with any type if value isn't null 2021-05-20 11:19:55 +02:00
Simon Binder 0f7929e8e7
Add Value.ofNullable() (#1209) 2021-05-20 11:15:28 +02:00
Simon Binder 8f3a976d6e
Fix CI on Dart 2.13 2021-05-18 22:19:57 +02:00
Simon Binder d9dd76e484
Fix "edit page" link 2021-05-18 21:47:23 +02:00
Simon Binder c40bfc9f4c
Migrate type converter sample to null safety 2021-05-17 22:14:07 +02:00
Simon Binder 371e744288
Prepare to release 4.3.0 2021-05-15 17:23:29 +02:00
Simon Binder 8d1483ea97
Merge branch 'master' into develop 2021-05-15 17:20:52 +02:00
Simon Binder 464139f454
Adapt excludes in analysis options 2021-05-15 10:42:15 +02:00
Simon Binder ab8df5b270
Document custom row classes for moor files 2021-05-14 20:39:32 +02:00
Simon Binder 4bca48fd17
Support generating older data classes 2021-05-14 20:18:40 +02:00
Simon Binder 41eb6f4181
Avoid dynamic when overriding == 2021-05-14 18:50:29 +02:00
Simon Binder 2a2f73a821
Fix custom_row_classes_test 2021-05-13 12:04:28 +02:00
Simon Binder 0d8741a7b4
Fix nullability in encapsulate 2021-05-13 11:59:01 +02:00
Simon Binder edf74cb860
Don't count columns with useColums: false (#1189) 2021-05-13 10:59:31 +02:00
Simon Binder 50f5e14f76
Escape backslash in strings 2021-05-13 10:51:41 +02:00
Simon Binder bc2a2b4d61
Support existing data classes for moor tables 2021-05-11 22:01:51 +02:00
Simon Binder 273d03a3db
Remove unecessary dev_dependency 2021-05-11 20:53:19 +02:00
Simon Binder 2fe8151508
Generate null-safe migration tests if possible 2021-05-11 20:47:23 +02:00