Commit Graph

2354 Commits

Author SHA1 Message Date
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
Simon Binder 41472d64ec
Merge branch 'develop' 2022-01-14 19:35:27 +01:00
Simon Binder d6d52718d4
Prepare 1.3.0 release 2022-01-14 19:19:14 +01:00
Simon Binder d12d8c6f4a
Close executor on isolatee shutdown (#1629) 2022-01-12 21:23:07 +01:00
Simon Binder 94bdab0338
Allow running multiple statements on the web 2022-01-12 18:10:14 +01:00
Simon Binder 111a2e395a
Revert "Revert "Enable checkNoTail""
Issues with `checkNoTail` have been fixed in sqlite3 version 1.5.1,
so we can enable it again here.
This reverts commit 3a4dbef895.
2022-01-12 17:50:09 +01:00
Simon Binder 3a4dbef895
Revert "Enable checkNoTail"
This reverts commit b7dd8872c5.
2022-01-11 19:13:18 +01:00
Simon Binder 25c62e5677
Make groupConcat nullable in Dart (closes #1628) 2022-01-11 13:33:18 +01:00
Simon Binder b7dd8872c5
Enable checkNoTail 2022-01-11 13:32:34 +01:00
Simon Binder 6555523384
Prepare drift_dev release for latest analyzer 2022-01-10 16:26:50 +01:00
Simon Binder 35dae8b044
Support latest analyzer 2022-01-10 16:25:36 +01:00
Simon Binder 48f1aa8437
Support latest analyzer 2022-01-10 13:09:47 +01:00
Simon Binder 0563a7fa15
Fix link check, again 2022-01-07 23:06:23 +01:00
Simon Binder fa63d972b2
Update Stream's marketing link 2022-01-07 22:58:39 +01:00
Simon Binder 6b6663c690
Disable checking external links 2022-01-05 19:04:14 +01:00
Simon Binder 573bd20eb8
Fix missing quotes in drift files docs 2022-01-05 18:52:35 +01:00
Simon Binder 6efe6de3ba
Add from(table) API to simplify common queries 2022-01-02 19:13:47 +01:00
Simon Binder 1b06c2710a
Merge pull request #1612 from T-Oner/bugfix_create_view
Add check for existence when creating View
2022-01-01 15:08:43 +01:00
渣渣辉 38fa91fa17 Fix view schema test 2022-01-01 19:42:10 +08:00
渣渣辉 e624d4dcca Add check for existence when creating View 2022-01-01 19:22:27 +08:00
Simon Binder ddede9a8e2
Raise version in sqlparser pubspec 2021-12-30 19:33:12 +01:00