Daniel Brauner
|
d7c4945d72
|
Fixed analyze errors
|
2022-01-24 18:42:47 +01:00 |
Daniel Brauner
|
2035bf0af9
|
Fix resultset name bug
|
2022-01-23 18:44:33 +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 |
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 |
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 |
Daniel Brauner
|
d74860ec49
|
Add support for nested query variables
|
2022-01-18 22:21:54 +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 |
Simon Binder
|
c8f8e025c4
|
Merge branch 'develop'
|
2021-12-30 19:27:36 +01:00 |
Simon Binder
|
e7580ca912
|
Prepare 1.2.0 release
|
2021-12-30 17:28:56 +01:00 |
Simon Binder
|
bdf0dc9985
|
Make group_concat nullable
|
2021-12-29 11:36:23 +01:00 |
Simon Binder
|
bce13f150f
|
Provide trace in single transformer (#1607)
|
2021-12-29 11:26:50 +01:00 |
Simon Binder
|
70e83b5a74
|
Merge pull request #1601 from yanivshaked/develop
Fix support for BlobType
|
2021-12-27 22:11:53 +01:00 |
Simon Binder
|
01150c5434
|
Merge pull request #1603 from juliangeissler/patch-1
Fix Typo
|
2021-12-27 22:11:28 +01:00 |
Yaniv Shaked
|
c21a4bbc39
|
Test for blob by string
|
2021-12-27 20:24:17 +02:00 |
juliangeissler
|
b1979e35ed
|
Fix Typo
|
2021-12-27 18:15:58 +01:00 |
Yaniv Shaked
|
39da7ee2e2
|
Update sql_types.dart
prefer final
|
2021-12-27 15:50:09 +02:00 |
Yaniv Shaked
|
8b3d0bd370
|
Robust approach
|
2021-12-27 08:54:51 +02:00 |
Yaniv Shaked
|
d458c6a740
|
Merge pull request #1 from yanivshaked/yanivshaked-patch-1
Fix for reading blob
|
2021-12-26 22:00:49 +02:00 |
Yaniv Shaked
|
13ca9d1b0a
|
Fix for reading blob
mapFromDatabaseResponse fixed for BlobType
|
2021-12-26 21:59:25 +02:00 |
Simon Binder
|
0a2cc40ba5
|
Print more logs when a link check fails
|
2021-12-26 00:20:34 +01:00 |
Simon Binder
|
0bad799b82
|
Proper support for views in select streams
|
2021-12-25 20:30:16 +01:00 |
Simon Binder
|
286612db6d
|
Merge remote-tracking branch 'origin/master' into develop
|
2021-12-23 17:47:04 +01:00 |
Simon Binder
|
98c21c13b3
|
Prepare to release 1.1.1
|
2021-12-23 17:38:49 +01:00 |
Simon Binder
|
344453750f
|
Merge pull request #1598 from kuhnroyal/feature/isolate-serialization
Move serialization decision from server to client
|
2021-12-22 18:22:19 +01:00 |