Commit Graph

1784 Commits

Author SHA1 Message Date
Simon Binder af5491e15f
Warn when RETURNING is used on an unsupported version 2021-03-13 20:56:53 +01:00
Simon Binder b9b7f407c9
Parse RETURNING clauses 2021-03-13 20:41:14 +01:00
Simon Binder 687263dd66
Analysis support for generalized upserts 2021-03-13 16:07:12 +01:00
Simon Binder c9f8af346d
Parse more than ON CONFLICT clause 2021-03-13 15:21:27 +01:00
Simon Binder cf9ea89681
moor_generator: Support the math extension 2021-03-13 14:56:06 +01:00
Simon Binder 3cf3be27ae
sqlparser: Support the built-in math extension 2021-03-13 14:37:44 +01:00
Simon Binder b110773053
Support MATERIALIZED / NOT MATERIALIZED 2021-03-13 14:00:06 +01:00
Simon Binder 68b3d7d634
Add sqlite version argument to engine 2021-03-13 13:25:16 +01:00
Simon Binder 580b94f176
Start splitting up ast.dart 2021-03-13 13:08:10 +01:00
Simon Binder d61e219311
Analysis for FROM clauses in UPDATE statements 2021-03-13 12:49:46 +01:00
Simon Binder 3000cb2e44
Parse FROM clauses for update statements 2021-03-13 12:02:35 +01:00
Simon Binder 8499ef4e10
Add watchedTables to CustomExpression 2021-03-13 10:49:29 +01:00
Simon Binder b3f573d8ed
Update stream for subqueries (#1095) 2021-03-13 10:41:36 +01:00
Simon Binder 9d58ee6da3
Remove alias from netlify publish 2021-03-12 23:22:11 +01:00
Simon Binder 0d378b0478
Add site environment for previews 2021-03-12 23:16:48 +01:00
Simon Binder cdb188dc5f
Document how to delete columns 2021-03-12 22:48:28 +01:00
Simon Binder 3701af3808
Set publish-dir 2021-03-12 22:35:10 +01:00
Simon Binder dc6e81f0a2
Fix typo 2021-03-12 22:16:09 +01:00
Simon Binder 38b4f094e9
Build and deploy docs via GitHub action 2021-03-12 22:12:20 +01:00
Simon Binder ba95127cab
Use build_runner to generate documentation 2021-03-12 21:14:45 +01:00
Simon Binder 6f6f73616e
Add integration test for deleting columns 2021-03-12 11:34:12 +01:00
Simon Binder 13dd26631a
Add MoorWebStorage.volatile 2021-03-10 10:38:25 +01:00
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