Commit Graph

3623 Commits

Author SHA1 Message Date
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
Simon Binder eb03ac5ff0
Fix converters on `int64` breaking inference 2023-10-03 20:54:28 +02:00
Simon Binder 89b5fbb371
Document intention of `UpdateKind` enum 2023-10-03 13:00:03 +02:00
Simon Binder 572e79d551
Fix build configuration in built_value example 2023-10-03 12:55:18 +02:00
Simon Binder e93da45e15
Save user version in step-by-step migrations 2023-10-01 22:39:29 +02:00
Simon Binder 687b5ac9ed
Fix invalid date time expression examples (#2654) 2023-09-30 23:24:21 +02:00
Simon Binder fb2d8e8922 Update `uuid` package 2023-09-30 16:28:19 +02:00
Simon Binder 6c4654754b Remove experimental web warning from readme 2023-09-30 15:08:28 +02:00
Simon Binder d694b64e72
Allow reading bigints as doubles 2023-09-29 00:06:51 +02:00
Simon Binder 3ecee4fb1f
Add wasm setup APIs with custom workers (#2638) 2023-09-27 23:05:44 +02:00
Simon Binder f8836c42ba
Add `Expression.and` and `.or` (#2642) 2023-09-27 22:27:14 +02:00
Simon Binder 4eb44f9623
Fix indices not being created for imported tables 2023-09-27 22:06:49 +02:00
Simon Binder b5bc646187
Prepare patch release 2023-09-27 14:48:03 +02:00
Simon Binder 2edd75acbb
Fix defining indices on expressions (#2643) 2023-09-27 14:46:50 +02:00
Simon Binder d0a3feee12
Fix star columns resolving to too many columns 2023-09-26 23:15:29 +02:00
Simon Binder db6ee5dda6
Update `build_resolvers` usage in tests 2023-09-26 15:38:52 +02:00
Simon Binder 3ef468b6f8
Fix `readWithConverter` with null values 2023-09-26 13:55:50 +02:00
Simon Binder f8ba56c8e2
Gracefully handle invalid views list of annotation
Fixes #2636
2023-09-25 15:29:09 +02:00
Simon Binder 5f8ea09030
Fix sqlparser dependency in drift_dev 2023-09-24 20:37:49 +02:00
Simon Binder 8d05c9ef64
Simplify n:m example with json functions 2023-09-24 18:11:23 +02:00
Simon Binder 14ace17c8d
Add `TypeConverter.json` to define JSON converters 2023-09-24 18:11:04 +02:00
Simon Binder 9f05897944
Prepare release 2023-09-24 16:17:07 +02:00
Simon Binder b826391bcb
Add aliases from old documentation URLs 2023-09-24 15:39:38 +02:00
Simon Binder 8c42ce5049
Merge branch 'docs-restructure' into develop 2023-09-23 22:56:27 +02:00