Commit Graph

1445 Commits

Author SHA1 Message Date
Simon Binder 708033c88c
Fix verifier migrating to the latest version 2020-11-12 21:41:45 +01:00
Simon Binder 08470abd47
Fix VmDatabase.opened reporting wrong open status 2020-11-11 18:29:45 +01:00
Simon Binder 5ebc7a9040
Escape keywords with double instead of backticks 2020-11-11 18:22:59 +01:00
Simon Binder c7669a18a0
Fix more bugs in schema verification tests 2020-11-11 11:36:19 +01:00
Simon Binder b9c007f782
Add VmDatabase.opened factory 2020-11-11 10:59:03 +01:00
Simon Binder f83aa1a35a
Add moor-file based table to migration example 2020-11-09 18:55:45 +01:00
Simon Binder 95dacd986c
Generate dontWriteConstraints for schema tests 2020-11-09 18:55:15 +01:00
Simon Binder c6a6c9ac5a
Another tests for streams and migrations 2020-11-09 18:24:30 +01:00
Simon Binder cc464c46d6
Document how to use an encrypted version of moor ffi 2020-11-08 17:18:36 +01:00
Simon Binder 1f2dca0240
Add test to reproduce #910 2020-11-08 17:02:50 +01:00
Simon Binder 1d7479226a
Parse NULL column constraints to fix parsing errors (#909) 2020-11-07 12:32:45 +01:00
Simon Binder def55a0d29
Merge pull request #908 from bdlindsay/develop
Docs: Update command and sample code folder names to match descriptions
2020-11-06 22:03:18 +01:00
bdlind f2f402d639 Update command and sample code to reflect folder names in the descriptions
vs code's auto-fix linting
2020-11-06 11:03:51 -06:00
Simon Binder 9d8ace37fb
Fix custom open example 2020-11-05 11:27:03 +01:00
Simon Binder 53b48ac1f1
List Android gotchas for ffi implementations 2020-11-03 18:45:38 +01:00
Simon Binder 56d89b8676
Add extensions for isNull and isNotNull 2020-11-03 18:45:38 +01:00
Simon Binder 61aea32ed7
Merge pull request #885 from Maistho/feat-documentation-comments
Add support for documentation comments
2020-10-28 11:03:31 +01:00
Gustav Bylund 3415c3e84c chore: regenerate integratation test database.g.dart 2020-10-28 00:43:56 +01:00
Gustav Bylund 4eba4e7070 feat: add support for documentation comments 2020-10-28 00:43:56 +01:00
Simon Binder ca4b2b7d8c
Use TEXT instead of VARCHAR (#886) 2020-10-23 19:29:08 +02:00
Simon Binder 71e5c4941e
Support comparing types with different names 2020-10-23 19:22:30 +02:00
Simon Binder 1c3ab61895
Generate nullable types for converters (#892) 2020-10-23 14:58:24 +02:00
Simon Binder e29fcf93f7
Publish moor 3.4, sqlparser 0.11 2020-10-22 14:17:54 +02:00
Simon Binder 732369c25c
sqlparser: Give CASE a higher precedence 2020-10-22 13:30:43 +02:00
Simon Binder 85206d2fd7
Resolve dependency mismatches in built value example 2020-10-21 10:57:24 +02:00
Simon Binder 6eab57f114
Add more docs in the migrations example 2020-10-21 10:33:31 +02:00
Simon Binder e9ac099b31
Add strong warning to closeExistingInstances 2020-10-17 14:39:45 +02:00
Simon Binder ce37d15d2a
Generate nnbd code for inputs that have opted in 2020-10-17 14:31:04 +02:00
Simon Binder b0b3445574
Migrate query elements to new type interface 2020-10-17 13:18:59 +02:00
Simon Binder 4f79140cc8
Use published analyzer_plugin_fork 2020-10-17 13:04:32 +02:00
Simon Binder e4d985728a
Migrate to analyzer version 0.40 2020-10-16 19:25:10 +02:00
Simon Binder bbde479479
Merge branch 'verify-migrations' into develop 2020-10-16 17:17:53 +02:00
Simon Binder 7e88e74a6c
Add tests for schema verification, fix inconsistencies 2020-10-16 17:16:45 +02:00
Simon Binder 89e019f756
Resolve type of EXISTS expressions in types2 (#874) 2020-10-16 12:31:18 +02:00
Simon Binder a4df55029c
Fix typo in moor files documentation 2020-10-15 09:55:59 +02:00
Simon Binder 10620cf738
Start writing docs for schema migrations 2020-10-14 22:01:36 +02:00
Simon Binder cf537721cb
Add tools to generate old versions of a database 2020-10-14 21:15:17 +02:00
Simon Binder fc034701d0
Use new Dart tool for formatting and analysis 2020-10-13 18:19:06 +02:00
Simon Binder 8b3e6a55d1
Merge pull request #870 from kuhnroyal/feature/support-migration-with-autoindexes
Support table migration with autoindexes
2020-10-13 18:16:40 +02:00
Simon Binder 5044ca2863
Improve error message on isolate transaction misuse 2020-10-13 18:07:31 +02:00
Peter Leibiger a68ff3dc9f
Skip sqlite_autoindexes during table migration 2020-10-13 12:42:39 +02:00
Peter Leibiger d0fae0b814
Recreate migration test failure with unique constraint 2020-10-13 12:38:16 +02:00
Simon Binder 14aa07fffa
Add another test for alterTable 2020-10-12 19:16:28 +02:00
Simon Binder 2a991bf203
Export SqliteException from moor/ffi (#860) 2020-10-11 21:07:14 +02:00
Simon Binder 3470d0485a
Add current_time_millis SQL function (#857) 2020-10-11 11:25:21 +02:00
Simon Binder 9d9658248b
Add renameColumn method to migrator 2020-10-11 11:14:02 +02:00
Simon Binder fac99e1d6b
Run CI with Dart 2.10 2020-10-02 18:43:27 +02:00
Simon Binder f295af1398
Add closeExistingInstances api for #835 2020-09-30 15:39:02 +02:00
Simon Binder 430ba5b175
More tests for new alterTable migration, reword docs 2020-09-25 12:34:46 +02:00
Simon Binder cb6a23fbeb
Docs: Add missing postcss dependency too 2020-09-24 20:01:04 +02:00