Commit Graph

1379 Commits

Author SHA1 Message Date
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
Simon Binder c5d529f334
Fix another typo in config 2020-09-24 19:57:11 +02:00
Simon Binder 6999f19ba5
Update netlify config 2020-09-24 19:55:25 +02:00
Simon Binder 0e9db5d2ea
Docs: Explain supported platforms 2020-09-24 19:50:00 +02:00
Simon Binder fd85987b48
docs: Update docsy and hugo 2020-09-24 19:15:22 +02:00
Simon Binder 0b8aa9b3dd
Also fix sqlite_schema usages in test 2020-09-24 18:43:04 +02:00
Simon Binder 0a3340da72
Migrations: Query legacy schema table for compatibility 2020-09-19 20:08:44 +02:00
Simon Binder 39ab61e551
Ignore deprecated members from same package in moor 2020-09-19 17:41:19 +02:00
Simon Binder 3fdac823dd
More docs, tests for advanced migrations 2020-09-18 19:15:26 +02:00
Simon Binder 9d9a4f4065
Add customStatement to batch api (#817) 2020-09-11 11:19:18 +02:00
Simon Binder c303781bb1
Assert transactions aren't used after they complete 2020-09-06 14:20:02 +02:00
Simon Binder fa432ee17a
Add test for type hints in between expressions 2020-09-06 13:27:30 +02:00
Simon Binder 70096357e0
Add date() function to query builder 2020-09-06 13:26:56 +02:00
Simon Binder d2996af72e
Add cast function to query builder 2020-09-04 13:25:05 +02:00
Simon Binder a317bf253a
Begin with new api for complex table migrations 2020-09-04 13:13:26 +02:00
Simon Binder d6a321ca3c
Add generate_values_in_copy_with build option (#795) 2020-09-01 13:34:02 +02:00
Simon Binder 6e157b02c9
Add formatting test for default placeholder values 2020-08-30 14:08:30 +02:00