Commit Graph

3058 Commits

Author SHA1 Message Date
Simon Binder 6c39b0361b
Fix expected import for Uint8List in test 2023-02-08 10:55:46 +01:00
Simon Binder 067eb28da7
Fix blob columns with modular code generation (#2306) 2023-02-08 10:55:19 +01:00
Simon Binder e2136236d9
Improve error messages for keyword functions 2023-02-08 10:52:48 +01:00
Simon Binder d30d2a1212
Add backup/restore functionality to example app 2023-02-08 00:35:55 +01:00
Simon Binder fe95c89720
Use right method in selectOnly docs 2023-02-07 22:46:20 +01:00
Simon Binder 6b216c1683
Fix expected import for Uint8List in test 2023-02-07 22:38:33 +01:00
Simon Binder cd2cf1f3b3
Fix blob columns with modular code generation (#2306) 2023-02-07 22:27:53 +01:00
Simon Binder 9cb82ed4dc
Fix broken docs for background platform channels 2023-02-07 12:48:29 +01:00
Simon Binder 46887497bd
Explicitly return null 2023-02-05 16:47:56 +01:00
Simon Binder 929a554908
Add `insertReturningOrNull` (#2299) 2023-02-05 14:54:52 +01:00
Simon Binder deb1b91d41
Escape postgres keywords in generated SQL 2023-02-05 14:28:19 +01:00
Simon Binder ed964a7bf2
Fix passing variable types to postgres 2023-02-03 13:53:38 +01:00
Simon Binder 47dfdd5554
Migrate postgres implementation to v3 API 2023-02-01 23:02:55 +01:00
Simon Binder a97d70754a
Experiment with postgres v3 package 2023-02-01 22:44:12 +01:00
Simon Binder 94332a126f
Prepare to release drift_dev 2.5.1 2023-02-01 10:52:29 +01:00
Simon Binder ab10fd7f6f
Resolve columns sequentially 2023-02-01 10:50:20 +01:00
Simon Binder 3c06aeaa4d
Use Never instead of alwaysThrows 2023-01-31 22:58:53 +01:00
Simon Binder f9912d5455
Properly unify result classes with list columns 2023-01-31 22:58:30 +01:00
Simon Binder b935d27248
Add test for #2292 2023-01-31 22:25:58 +01:00
Simon Binder d35c8f07d4
Prepare drift_dev re-release 2023-01-30 08:58:59 +01:00
Paulis Gributs 1c282afe4f
Fix sqlparser error
SQL parser is set to a non-existent version in the publication specification and prevents drift_dev 2.5.0 from being used.
2023-01-29 17:58:49 +00:00
Simon Binder e42dd9155e
Prepare 2.5.0 release 2023-01-29 16:25:20 +01:00
Simon Binder 4bd5192e46
Improve documentation for isolates 2023-01-29 16:13:20 +01:00
Simon Binder 28f31d183e
Remove connect constructor in migration example 2023-01-28 19:33:34 +01:00
Simon Binder 782301bb6c
Add APIs to share any database across isolates 2023-01-28 19:25:46 +01:00
Simon Binder 0d354b3bec
Deprecate special connect constructor 2023-01-28 16:53:35 +01:00
Simon Binder 83fad8426e
Make `generate_connect_constructor` the default 2023-01-28 16:14:27 +01:00
Simon Binder bff8d6c6a1
Fix nullability issues around record types 2023-01-27 17:12:49 +01:00
Simon Binder ba2a0280d3
Add `all()` extension to load all rows 2023-01-27 16:58:54 +01:00
Simon Binder 592a96bf7e
Remove default options from app example 2023-01-27 16:45:00 +01:00
Simon Binder fe8611c5f4
Avoid unecessary async in lambda 2023-01-27 16:30:05 +01:00
Simon Binder b048ce44d4
Avoid writing suffix twice (#2281) 2023-01-27 16:15:44 +01:00
Simon Binder b1f2ea45d5
FIx recent deprecation warnings 2023-01-26 16:56:16 +01:00
Simon Binder ef0cada32e
Merge queries with `LIST` columns 2023-01-23 21:46:51 +01:00
Simon Binder 7c634c1e8a
Merge pull request #2276 from tenhobi/patch-1
Fix bitwiseAnd generated operation
2023-01-23 21:35:31 +01:00
Honza Bittner 9b7e9533bd
Fix bitwiseAnd generated operation 2023-01-23 21:21:19 +01:00
Simon Binder 7bd2316605
Delete conflicting outputs when building docs 2023-01-23 15:39:25 +01:00
Simon Binder 2c63c1a64e
Update docs for Dart components in SQL
Scopes components are enabled by default, so the warning is no longer
necessary.
2023-01-22 22:53:45 +01:00
Simon Binder 48e7785491
Merge branch 'latest-release' into develop 2023-01-21 14:54:01 +01:00
Simon Binder f8a2fb2ce3
Add missing space when formatting window functions 2023-01-21 14:52:39 +01:00
Simon Binder cd41eed105
Migrate away from `JsonKey.ignore` 2023-01-20 18:30:48 +01:00
Simon Binder 7175b83d2b
Add missing space when formatting window functions 2023-01-20 18:14:37 +01:00
Simon Binder 417fd30664
Opt all drift tests into nullsafety 2023-01-13 12:02:58 +01:00
Simon Binder af2dec5981
Turn `Precedence` into an enum class 2023-01-12 17:00:45 +01:00
Simon Binder 6e35abb9c9
Add `IS` operator to Dart query builder 2023-01-12 16:53:43 +01:00
Simon Binder 53c14cd1aa
Modular: Fix extends for data classes (#2263) 2023-01-11 11:29:44 +01:00
Simon Binder c3cd2f2eeb
Fix `DataClassName` annotation with extending 2023-01-10 17:38:25 +01:00
Simon Binder 6b4a186b15
Fix extending classes in modular mode (#2260) 2023-01-10 12:26:14 +01:00
Simon Binder ac7aa48933
Fix typo in FAQ docs 2023-01-10 11:59:03 +01:00
Simon Binder d06add0e69
Merge pull request #2259 from gizet/patch-1
Update faq.md
2023-01-09 18:14:08 +01:00