Simon Binder
|
3eb6b75bcf
|
Fix typos in warning about duplicate dbs (#1111)
|
2021-03-21 11:01:38 +01:00 |
Simon Binder
|
3be88813d6
|
Bring back 404 page
|
2021-03-19 21:11:12 +01:00 |
Simon Binder
|
5efe93e34c
|
Fix getting started and CLI url
|
2021-03-19 20:44:35 +01:00 |
Simon Binder
|
f76044989e
|
Adopt minimum SDK version, fix docs on mobile
|
2021-03-19 20:35:08 +01:00 |
Simon Binder
|
92ad6d3154
|
Retry netlify build
|
2021-03-19 17:05:34 +01:00 |
Simon Binder
|
c1aafa0b9d
|
Support latest source_gen and dart_style
|
2021-03-19 16:47:01 +01:00 |
Simon Binder
|
1d08b73ed4
|
Remove now unnecessary dependency overrides
|
2021-03-18 22:56:47 +01:00 |
Simon Binder
|
7d844d448f
|
Wrap rollback errors (#1052)
|
2021-03-18 16:58:12 +01:00 |
Simon Binder
|
ddbb3a2d67
|
Warn when using RETURNING for now
|
2021-03-18 16:35:51 +01:00 |
Simon Binder
|
bdf7d22776
|
Bump versions of moor, moor_generator and sqlparser
|
2021-03-18 16:25:00 +01:00 |
Simon Binder
|
613c7944c8
|
Generator option for target sqlite version
|
2021-03-16 21:45:21 +01:00 |
Simon Binder
|
c498af95ba
|
Fix with_build_value example once more
|
2021-03-16 19:24:06 +01:00 |
Simon Binder
|
f677aac4d5
|
Migrate a few more file in moor_generator
|
2021-03-16 09:52:35 +01:00 |
Simon Binder
|
c32ccac756
|
Upgrade to build 2.0
|
2021-03-16 09:47:09 +01:00 |
Simon Binder
|
06ba6e1f2e
|
Fix more dead links
|
2021-03-13 23:51:31 +01:00 |
Simon Binder
|
5017dcb974
|
Add linkcheck to CI
|
2021-03-13 23:48:35 +01:00 |
Simon Binder
|
21bfb84b31
|
Replace some outdated links
|
2021-03-13 23:43:01 +01:00 |
Simon Binder
|
7c911713de
|
Two more analysis errors around RETURNING
|
2021-03-13 22:25:39 +01:00 |
Simon Binder
|
ab75b764f2
|
Resolve columns of a returning clause
|
2021-03-13 21:50:35 +01:00 |
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 |