Commit Graph

3346 Commits

Author SHA1 Message Date
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
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
Simon Binder d759e74b71
Add `CustomSqlType` interface for custom types 2023-10-07 15:10:13 +02:00
Simon Binder bd2d05d629
Apply options in built value example 2023-10-04 15:36:03 +02:00
Simon Binder 8122ae3825
Merge pull request #2663 from Leylan24/custom-expression-dialect
CustomExpression.dialectSpecific when used would add in empty arguments when generating queries
2023-10-04 00:29:22 +02:00
Simon Binder f0ce04a542
Add tests 2023-10-03 23:56:49 +02:00
Leylan24 2581eda145 added the dialect if it is not null 2023-10-03 23:41:47 +02:00
Simon Binder fcd984f134
Migrate built value example to a modular builder 2023-10-03 21:14:20 +02:00