Commit Graph

3552 Commits

Author SHA1 Message Date
Simon Binder 50487ad317
Prepare patch release 2023-11-05 19:12:46 +01:00
Simon Binder f57afb0d27
Delete analyzer plugin to avoid warnings
The plugin is not working at the moment, so there's no point in having
the entrypoint around either.
2023-11-05 19:11:30 +01:00
brunobnahorny 5426ad8a40 test runBatched with the default executor 2023-11-05 18:52:09 +01:00
Bruno Bee Nahorny 398299e6e3 Fix integer nullable cast in protocol serializer
Since the class ExecuteBatchedStatement accepts nullable executorId it looks like it should cast to nullable int.

It occours using Isolate from multiple Flutter engines.
2023-11-05 18:52:09 +01:00
Simon Friis Vindum 0b0a721164 Fix grammar mistakes in documentation 2023-11-01 17:46:55 +01:00
Simon Binder f043e2997a
Set up automated publishing for drift_postgres 2023-10-31 22:16:54 +01:00
Simon Binder 7106dfc519
Update to postgres 3.0 beta 2023-10-31 22:10:51 +01:00
Simon Binder ddc864a7c2
Prepare drift_dev and sqlparser release 2023-10-29 19:32:23 +01:00
Simon Binder a4938abb19
Also apply temp directory workaround on iOS 2023-10-25 22:19:04 +02:00
Simon Binder ca4e376c8b
Fix invalid snippet on website (closes #2698) 2023-10-25 22:17:32 +02:00
Simon Binder 0973aa982c
Don't use invalid nullable converter fields 2023-10-25 22:09:39 +02:00
Simon Binder 222dc3063e
sqlparser: Support new SQL functions 2023-10-24 22:56:12 +02:00
Simon Binder 559cf986a1
sqlparser: Support `ORDER BY` in functions 2023-10-24 22:32:39 +02:00
Simon Binder 8077c564d7
Highlight Android workarounds more 2023-10-24 21:14:57 +02:00
Simon Binder ca84c194bd
Add shared analyzer option (closes #2688) 2023-10-23 18:35:29 +02:00
Abass Sesay 2098e76dd5 Pending changes exported from your codespace 2023-10-22 20:48:29 +00:00
Abass Sesay 91781fa20f Initial commit 2023-10-22 20:48:28 +00:00
Simon Binder bf8dff0887 Add changelog entry for sum change 2023-10-22 12:38:31 +02:00
Simon Binder 86c071a965 Re-run build 2023-10-22 12:33:10 +02:00
Simon Binder d70de95382 Make `sum()` nullable 2023-10-22 12:33:03 +02:00
Simon Binder 61bd7f5ec2 Fix postgres tests 2023-10-22 00:36:07 +02:00
Simon Binder 0e69252406 Prepare for v3 version of pkg:postgres 2023-10-22 00:09:19 +02:00
Simon Binder e12e8fdbc9
Use preferred import for drift postgres 2023-10-20 12:12:08 +02:00
Simon Binder 7c91ced9b2
Prepare to publish drift postgres 2023-10-20 12:04:14 +02:00
Simon Binder 0e44b22b8f
Add stability node to drift_postgres 2023-10-20 11:58:25 +02:00
Simon Binder c854f2267d
Set drift version number to `2.13.0`. 2023-10-20 11:36:25 +02:00
Simon Binder fe1606104e
Add `-f` to `pub lish` in script 2023-10-20 11:21:43 +02:00
Simon Binder e72ef05d53
Prepare 2.13 release 2023-10-20 11:05:09 +02:00
Simon Binder 36db7fd066
Prepare auto-publishing 2023-10-19 23:23:36 +02:00
Simon Binder 682e054f5e
Fix one more lint in devtools extension 2023-10-18 23:16:53 +02:00
Simon Binder 22cbd241c4
Add changelog entry 2023-10-18 23:16:53 +02:00
Simon Binder 2ba3dfdcd8
Remove generated code from core package 2023-10-18 23:16:53 +02:00
Simon Binder 63448dd070
Add link to issues and db_viewer 2023-10-18 23:16:53 +02:00
Simon Binder 026fae935c
Integrate db viewer into devtools 2023-10-18 23:16:52 +02:00
Simon Binder 90db860f03
Add service extension to run statements 2023-10-18 23:16:52 +02:00
Simon Binder 7b27d21755
Setup simple devtools extension 2023-10-18 23:16:52 +02:00
willckoan 2582109614 Fix grammar issue in Update tests.md 2023-10-13 12:06:54 +02:00
willckoan 2cfa679cc6 Fix typo in Update tests.md
Fixes a typo I found in Update tests.md while reading the documentation
2023-10-13 12:06:00 +02:00
Simon Binder 6aa1a5d734
Add `date` and `timestamp` types for postgres 2023-10-12 00:03:01 +02:00
Simon Binder fae81d0456
Add documentation page on postgres 2023-10-10 22:41:01 +02:00
Simon Binder cfa33f9a02
Fix typo in error message of insert col list 2023-10-10 21:59:03 +02:00
Simon Binder 6bf32b5bf8
Update assets from `flutter pub get` 2023-10-10 21:58:05 +02:00
Simon Binder e1b5da3160
Merge pull request #2669 from simolus3/custom-types
Support custom SQL types
2023-10-07 22:59:18 +02:00
Simon Binder e220255e09
Fix doc comments 2023-10-07 22:40:22 +02:00
Simon Binder 7ae0ccb1ab
Add changelog entry for custom types 2023-10-07 22:34:54 +02:00
Simon Binder 28130fd3f1
Document custom types 2023-10-07 22:30:45 +02:00
Simon Binder 7f0488056c
Add more tests for custom types 2023-10-07 21:52:48 +02:00
Simon Binder 2b4ef1ba39
Support more postgres types 2023-10-07 19:06:38 +02:00
Simon Binder 207847b02c
Support custom types in postgres backend 2023-10-07 18:08:18 +02:00
Simon Binder 62bda167bd
Start supporting custom column types in analyzer 2023-10-07 17:16:12 +02:00