Commit Graph

2124 Commits

Author SHA1 Message Date
Simon Binder df89513130
Document list subqueries, add test 2022-02-05 20:01:58 +01:00
Simon Binder a102323857
Give proper credits for `storage_inspector` :) 2022-02-02 21:04:03 +01:00
Simon Binder 64fde620f4
Update storage_inspector in community tools 2022-02-02 17:19:59 +01:00
Simon Binder 2ef2d660fc
Mention that batches are using transactions more 2022-02-02 10:12:25 +01:00
Simon Binder a3b56f8c98
Merge pull request #1662 from bryanoltman/fix-typo
Fix minor typo in entities.dart
2022-02-02 08:51:07 +01:00
Bryan Oltman 1ebdb0484e Fix minor typo in entities.dart 2022-02-01 18:37:29 -05:00
Simon Binder 36815c0b88
Merge pull request #1638 from LeFrosch/develop
Support for nested queries like (#1634)
2022-01-31 13:21:24 +01:00
Simon Binder b442a82f93
Move nested query containers into model directory 2022-01-31 12:58:36 +01:00
Simon Binder 1d1d0c783a
Fix CI test failures 2022-01-29 21:50:33 +01:00
Simon Binder 3d0a29fe77
Remove uncessary space 2022-01-28 22:04:24 +01:00
Simon Binder 6b6cd30a0c
Move nested query analysis to drift_dev 2022-01-28 21:55:03 +01:00
Simon Binder fe0b976b92
Fix invalid use of alias in writer test 2022-01-26 22:12:32 +01:00
Simon Binder 45af68851d
More lints for trigger bodies (#1656) 2022-01-26 22:03:40 +01:00
Simon Binder 3f165c2df7
Update community tools 2022-01-26 15:42:49 +01:00
Simon Binder 8c6302ad28
Release sqlparser 0.19.2 2022-01-25 14:51:47 +01:00
Michael Thomsen cdde1e57f3
Update index.md 2022-01-25 14:38:30 +01:00
Simon Binder 528b5762a6
Improve docs on `DoUpdate.target`. 2022-01-25 13:39:24 +01:00
Simon Binder 130517473b
Accept any type name for strict drift tables 2022-01-25 13:21:40 +01:00
Daniel Brauner d7c4945d72 Fixed analyze errors 2022-01-24 18:42:47 +01:00
Simon Binder aa38ab42f2
More lenient `strict` column type handling 2022-01-24 17:49:10 +01:00
Simon Binder 7d56497c18
Some plugin fixes 2022-01-24 17:25:24 +01:00
Simon Binder 6d89a7711b
Recommend using isolates in docs 2022-01-24 13:26:46 +01:00
Simon Binder d4e4bd1fbd
Fix type in DatabaseConnection.delayed docs
Closes #1649
2022-01-24 11:42:14 +01:00
Daniel Brauner 2035bf0af9 Fix resultset name bug 2022-01-23 18:44:33 +01:00
Simon Binder a16b7d3d3f
Remove outdated warning about queries in migration 2022-01-23 17:56:19 +01:00
Daniel Brauner 7129468928 Fix not resolved columns bug 2022-01-23 17:53:16 +01:00
Daniel Brauner a9fd12e565 Fixed 0 workaround 2022-01-23 17:08:32 +01:00
Simon Binder ab3db154e3
Upgrade built_site and docsy 2022-01-22 21:06:26 +01:00
Daniel Brauner e50ce8a8f7 Add linter for double nested queries and bug fixes 2022-01-20 20:21:06 +01:00
Daniel Brauner b5acbbf374 Bug fixes and support for dart placeholder 2022-01-20 12:08:39 +01:00
Simon Binder 2a347b2f40
Analyze views before other entities 2022-01-19 20:54:02 +01:00
Simon Binder 09b13bdc64
Merge pull request #1642 from bryanoltman/reorganize-rx-tests
Move rxdart tests into separate files
2022-01-19 20:19:01 +01:00
Bryan Oltman 7582d39428 Merge branch 'develop' into reorganize-rx-tests 2022-01-19 13:58:54 -05:00
Simon Binder 05d8406f4a
Fix migration example, test it in CI 2022-01-19 19:55:19 +01:00
Bryan Oltman 9dbd9770cf Move rxdart tests into separate files 2022-01-19 12:52:15 -05:00
Simon Binder 82fd5b4a44
Fix comment_references lint 2022-01-19 18:37:05 +01:00
Simon Binder 75463f8819
Remove references to the beta branch 2022-01-19 18:25:31 +01:00
Simon Binder 17d49fcc07
Increase timeout for tests invoking build_runner 2022-01-18 23:41:33 +01:00
Daniel Brauner add33e339c Fix copied comments :) 2022-01-18 22:56:17 +01:00
Daniel Brauner cc3cfea5fa Split map function in async map and sync map 2022-01-18 22:50:33 +01:00
Simon Binder 2603f71b4e
Fix drift CI 2022-01-18 22:35:49 +01:00
Simon Binder 8048f90360
Ensure clean builds in CI 2022-01-18 22:30:54 +01:00
Daniel Brauner d74860ec49 Add support for nested query variables 2022-01-18 22:21:54 +01:00
Simon Binder 7fca2f013b
Fix typo in test 2022-01-18 22:13:26 +01:00
Simon Binder 672bb930c8
Add common methods as extension on table (#1613) 2022-01-18 22:11:09 +01:00
Simon Binder 7bfa00e8b4
Make database of tables accessible for Dart API 2022-01-18 21:50:51 +01:00
Daniel Brauner e99b66486d Fixed trailing comma bug and nameOfCreationMethod 2022-01-17 23:23:39 +01:00
Daniel Brauner 23de4c5cee Add code generation for nested result queries 2022-01-17 22:19:31 +01:00
Daniel Brauner ca8482be71 add LIST parsing to the sqlparser 2022-01-17 15:43:36 +01:00
Daniel Brauner 0e331933af Add rename support for nested star columns 2022-01-17 10:21:06 +01:00