BananaMasterz
|
20a220968d
|
make SqlDialect.booleanType non-nullable
|
2023-07-21 00:11:33 +03:00 |
BananaMasterz
|
65d3d13a10
|
add test for isIn expression to avoid generating empty tuples
|
2023-07-21 00:08:06 +03:00 |
Simon Binder
|
03d3c837be
|
Add support for subqueries.
Closes #612.
|
2023-07-20 22:30:20 +02:00 |
BananaMasterz
|
82a8f84ad4
|
isIn and isNotIn expression support for MariaDB dialect
|
2023-07-20 01:05:52 +03:00 |
BananaMasterz
|
d1e7e11696
|
remove bigIntType from SqlDialect
|
2023-07-20 01:03:53 +03:00 |
Simon Binder
|
e98da9cecb
|
Add tests for empty isIn behavior
|
2023-07-19 23:36:38 +02:00 |
BananaMasterz
|
d2c3532c3f
|
using backticks instead of double quotes to escape and adding bool check constraint for mariadb
DO NOT MERGE THIS since Column.escapedName is hardcoded for mariadb dialect!
|
2023-07-19 18:17:48 +03:00 |
BananaMasterz
|
3fe50ffc69
|
remove duplicate keywords
|
2023-07-19 16:35:38 +03:00 |
BananaMasterz
|
04b443c4ef
|
add additionalMariaDBKeywords to be escaped for MariaDB dialect
|
2023-07-19 12:08:45 +03:00 |
BananaMasterz
|
192472201f
|
auto increment support for MariaDB
|
2023-07-19 11:42:44 +03:00 |
BananaMasterz
|
910e063ab8
|
add type literals for individual dialect in SqlDialect used in sqlTypeName
|
2023-07-19 11:31:58 +03:00 |
Simon Binder
|
590805386d
|
Merge pull request #2520 from vipranarayan14/patch-1
Fix typo in docs
|
2023-07-18 22:33:09 +02:00 |
BananaMasterz
|
125325b9f0
|
update sqlTypeName for MariaDB
|
2023-07-18 22:36:11 +03:00 |
BananaMasterz
|
bf75fdb72f
|
added support for MariaDB nested transactions
|
2023-07-18 22:26:19 +03:00 |
BananaMasterz
|
485e59b55f
|
Update insert.dart
add OnConflictUpdate support for MariaDB
|
2023-07-18 22:08:16 +03:00 |
BananaMasterz
|
6e36715a69
|
Update query_builder.dart
introduce mariadb dialect
|
2023-07-18 21:41:17 +03:00 |
Prasanna Venkatesh T S
|
020d63a973
|
Fix typo in docs
|
2023-07-18 11:57:42 -05:00 |
Simon Binder
|
625eacf5f1
|
Add parseMultiple API to sqlparser (#2519)
|
2023-07-16 00:29:29 +02:00 |
Simon Binder
|
d0db9ac02f
|
Prepare 2.10 drift release
|
2023-07-13 16:53:51 +02:00 |
Simon Binder
|
77fc624322
|
Merge pull request #2510 from brian-superlist/fix-opfs-issue
Bugfix: Only remove available implementations entries if they're available
|
2023-07-06 22:19:18 +02:00 |
Simon Binder
|
f6f2d54190
|
Highlight warning more
|
2023-07-06 21:58:45 +02:00 |
Simon Binder
|
0de1e43409
|
Add test
|
2023-07-06 21:45:38 +02:00 |
Brian Egan
|
3e6cf51eea
|
Only remove available implementations entries if they're available
|
2023-07-06 11:44:54 +01:00 |
Simon Binder
|
b0946df3b7
|
Warn about implicitly added Dart tables
|
2023-07-05 20:51:30 +02:00 |
Simon Binder
|
2420c8d7c6
|
Merge branch 'simple-schema-versions' into develop
|
2023-07-01 18:31:59 +02:00 |
Simon Binder
|
3ad1a1f9ab
|
Add changelog entry
|
2023-07-01 18:31:28 +02:00 |
Simon Binder
|
f29dae8a58
|
Add two migrator tests
|
2023-07-01 18:29:33 +02:00 |
Simon Binder
|
312fa3219f
|
Add docs for step-by-step migrations
|
2023-07-01 18:11:41 +02:00 |
Simon Binder
|
ed9aeb866a
|
Add step-by-step migration API
|
2023-07-01 16:41:22 +02:00 |
Simon Binder
|
8b7872fc67
|
Start with generator for all schema versions
|
2023-06-28 15:54:32 +02:00 |
Eli Geller
|
2538ed9e2a
|
web.md typo fixes (#2500)
Some small typo fixes.
Congrats on getting stable web support! And thanks!
|
2023-06-28 12:28:43 +02:00 |
M. Javad Pourqavam
|
e6cccafd40
|
Fix a typo in docs (#2499)
"acessing" to "accessing"
|
2023-06-27 16:10:25 +02:00 |
Simon Binder
|
c700b5b4be
|
Resolve CTEs for compound selects
|
2023-06-20 14:17:53 +02:00 |
Simon Binder
|
81315c3d69
|
Migrate mentions of `flutter pub run`
|
2023-06-19 16:09:47 +02:00 |
Simon Binder
|
5fe28cbf37
|
Update dependency constraint to drift in drift_dev
|
2023-06-18 21:32:30 +02:00 |
Simon Binder
|
e5491beaeb
|
Update web-wasm documentation
|
2023-06-18 21:10:44 +02:00 |
Simon Binder
|
39953e13cc
|
Handle issues spawning workers better
|
2023-06-18 20:25:45 +02:00 |
Simon Binder
|
4c0b4a966d
|
Fix exception in private firefox tabs
|
2023-06-18 17:01:59 +02:00 |
Simon Binder
|
af917b1f71
|
Prepare 2.9.0 release
|
2023-06-18 16:37:51 +02:00 |
Simon Binder
|
d465776726
|
Merge branch 'web-v2' into develop
|
2023-06-17 22:51:49 +02:00 |
Simon Binder
|
342027b420
|
Update to stable sqlite3 package
|
2023-06-17 22:19:31 +02:00 |
Simon Binder
|
0bf6d0c384
|
Update web docs
|
2023-06-17 22:14:59 +02:00 |
Simon Binder
|
334e522276
|
Migrate some more doc references from old pkg name
|
2023-06-16 17:15:42 +02:00 |
Simon Binder
|
b976e6f7ef
|
Add web example served under docs website
|
2023-06-16 16:41:13 +02:00 |
Simon Binder
|
1e74aae972
|
Update new web documentation
|
2023-06-15 00:08:14 +02:00 |
Simon Binder
|
b7b1bcb99d
|
Add changelog entry for fatal warnings
|
2023-06-13 22:13:23 +02:00 |
Simon Binder
|
4411e0c459
|
Add `fatal_warnings` build option
|
2023-06-13 22:08:07 +02:00 |
Simon Binder
|
fef35d9f20
|
Fix wasm integration tests
|
2023-06-13 17:22:18 +02:00 |
Simon Binder
|
7254d3bd5a
|
Add more wasm integration tests
|
2023-06-12 00:08:23 +02:00 |
Simon Binder
|
e801dceae6
|
Add wasm integration test using the database
|
2023-06-11 17:44:04 +02:00 |