Commit Graph

1662 Commits

Author SHA1 Message Date
Simon Binder 1b6c031aaa
Migrate migrations example to null-safety 2021-03-09 21:52:46 +01:00
Simon Binder f943576f5d
Migrate schema verification apis to null-safety 2021-03-09 21:37:39 +01:00
Simon Binder 8c7679568c
generator: Migration option parsing to null-safety 2021-03-09 21:33:54 +01:00
Simon Binder 65472a9e7d
Per-file nnbd opt-out in moor_generator 2021-03-09 21:27:25 +01:00
Simon Binder 3584614d24
Fix dependencies of with_built_value 2021-03-07 14:06:51 +01:00
Simon Binder d279f1cdff
Support analyzer 1.x in moor_generator 2021-03-07 13:35:27 +01:00
Simon Binder 6714db7aef
Fix type argument in innerJoin and leftOuterJoin 2021-03-05 11:15:14 +01:00
Simon Binder dbc4bcffaa
Fix view generation and references 2021-03-01 11:54:46 +01:00
Simon Binder 2f13e20a1f
Upgrade with_built_value example 2021-02-25 20:41:56 +01:00
Simon Binder 725cad3651
Fix types of the rank column (#1066) 2021-02-25 20:29:57 +01:00
Simon Binder c7e7683ede
Publish moor, moor_generator 4.1.0, sqlparser 0.14.0 2021-02-21 13:12:15 +01:00
Simon Binder 244a50f0da
Merge remote-tracking branch 'origin/master' into develop 2021-02-20 22:08:01 +01:00
Simon Binder 07986ed324
Fix new analysis warning 2021-02-20 22:07:51 +01:00
Simon Binder 9bb2a24abf
Prepare 4.1 release 2021-02-20 22:03:34 +01:00
Simon Binder 2a26253bd2
More docs on remote databases 2021-02-20 11:22:56 +01:00
Simon Binder 6342dd56a9
Document subqueries 2021-02-20 11:01:20 +01:00
Simon Binder a9c0df4504
Merge pull request #1056 from davidmartos96/fix_join
Fix join when adding columns to select
2021-02-17 20:13:45 +01:00
David Martos fb919eeedb Fixes join when adding columns to "regular" select 2021-02-17 19:58:57 +01:00
Simon Binder 07d58eb058
Merge pull request #1054 from davidmartos96/exists_expression
Exists expression
2021-02-17 15:15:20 +01:00
David Martos 14aff60dfd Code review changes 2021-02-17 14:59:28 +01:00
David Martos c6902bbadc rename 2021-02-17 09:57:35 +01:00
David Martos 3f2c2ec1a4 merge with upstream 2021-02-17 09:55:35 +01:00
David Martos 49c251de7d Merge remote-tracking branch 'origin/develop' into subquery 2021-02-17 09:46:10 +01:00
Simon Binder 510fb829fe
Oops, wrong annotation 2021-02-16 17:38:10 +01:00
Simon Binder b0dbee585f
Add scalar subqueries, IS IN to Dart api 2021-02-16 17:26:44 +01:00
David Martos a277aebd15 subquery class 2021-02-16 12:47:13 +01:00
David Martos a270530d05 exists expression 2021-02-16 11:59:55 +01:00
Simon Binder b8b72a1570
Improve docs on encryption 2021-02-15 19:57:53 +01:00
Simon Binder b0887a9fec
Inline usages of package:synchronized
Future-chaining is cheap and gets the job done. Since
the synchronized package is holding back a stable null-
safety release and only has a single use in moor, we can
drop that package in favor of a simpler implementation.
2021-02-15 18:20:55 +01:00
Simon Binder 535425e34f
Document confusing code 2021-02-14 16:50:21 +01:00
Simon Binder 968af8f56e
Fix analysis for views with CTEs 2021-02-14 16:36:01 +01:00
Simon Binder 61d5b7897a
Upgrade dependencies where possible 2021-02-14 14:06:51 +01:00
Simon Binder 86f5acd982
Release moor_flutter version 4.0.0-nullsafety 2021-02-14 12:38:59 +01:00
Simon Binder 306b2f5d55
Merge pull request #1043 from HosseinYousefi/develop
added support for CREATE VIEW in .moor files
2021-02-12 14:10:21 +01:00
Simon Binder 0899980ffa
Fix tests in moor 2021-02-12 13:59:09 +01:00
Simon Binder 75f1032474
Fix tests in sqlparser 2021-02-12 13:55:34 +01:00
Hossein Yousefi c575a8f9f1 updating docs 2021-02-12 05:28:31 +01:00
Simon Binder c0865e51fb
Avoid analyzing unfinished views 2021-02-11 22:03:25 +01:00
Hossein Yousefi c0fc691a94 view analyzer class added 2021-02-11 18:38:41 +01:00
Hossein Yousefi bf813cf67b added a test that fails 2021-02-10 22:47:39 +01:00
Hossein Yousefi c9269e13be added support for CREATE VIEW in .moor files 2021-02-10 16:23:51 +01:00
Simon Binder b3ebaeadcf
Merge pull request #1036 from lsaudon/patch-1
Fix typo fom -> from
2021-02-08 16:07:21 +01:00
lsaudon 0b0d48c9ae
Fix typo fom -> from 2021-02-08 15:50:27 +01:00
Simon Binder 7a2c4e7f75
Avoid empty import 2021-02-03 21:02:33 +01:00
Simon Binder 20d9cdf0fd
Add web worker example 2021-01-31 21:50:12 +01:00
Simon Binder 449d1cb2d3
Transform Uint8List in new isolate implementation 2021-01-31 15:52:43 +01:00
Simon Binder 2592a24d9e
Generalize isolate api to allow remote database access 2021-01-31 14:25:33 +01:00
Simon Binder ca2be1bb6a
Add Dart default value to generated schema (#1018) 2021-01-27 22:10:34 +01:00
Simon Binder ef40045846
Don't require type parameters on Variable 2021-01-26 21:08:15 +01:00
Simon Binder 4394dceffc
Improve docs related to builders and alternatives 2021-01-26 20:47:27 +01:00