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 |
Simon Binder
|
e510be34a3
|
Warn when using default values outside of expressions
|
2020-08-30 14:05:28 +02:00 |
Simon Binder
|
b59d5b8f58
|
Simplify moor files integration test
|
2020-08-30 13:51:52 +02:00 |
Simon Binder
|
2ae2388878
|
Support default values for Dart placeholders (#753)
|
2020-08-30 13:48:47 +02:00 |
Simon Binder
|
527b9d731d
|
Plugin: Send request error for non-moor requests (#779)
|
2020-08-22 19:07:51 +02:00 |
Simon Binder
|
00bce95e97
|
Don't add test/ dir to coverage
|
2020-08-22 12:39:43 +02:00 |
Simon Binder
|
57efa4bb89
|
Add more tests for node to text
|
2020-08-22 12:36:36 +02:00 |
Simon Binder
|
1feaf571cb
|
Fix coverage resolving
|
2020-08-21 21:26:27 +02:00 |
Simon Binder
|
0bc6f1368b
|
Add coalesce function (#780)
|
2020-08-21 20:59:55 +02:00 |
Simon Binder
|
0e631b98d2
|
Skip generator tests in CI
|
2020-08-21 19:32:52 +02:00 |