Simon Binder
81d7e92d30
Fetch stream if outstanding requests are cancelled
...
Closes #2744
2023-11-26 12:48:27 +01:00
Simon Binder
08241bfdd2
Merge branch 'more-plurals' into develop
2023-11-22 13:11:37 +01:00
Simon Binder
28c3c444e7
Re-run builders, add changelog entry
2023-11-22 13:09:09 +01:00
Simon Binder
4c3b12855d
Enable extension in profile builds
2023-11-22 12:44:12 +01:00
Abass Sesay
3fb9e50f75
removed duplicate test case
2023-11-22 03:00:07 +00:00
Heinrich
340462e379
Apply dart formatting
2023-11-21 17:08:12 +01:00
Heinrich
e8a4c09027
unused_import
2023-11-21 17:08:12 +01:00
Heinrich
0029c44232
Apply dart formatting
2023-11-21 17:08:12 +01:00
Heinrich
6bb34e0db1
Ready for merge
...
Removed residual code and comments.
Commented and explained staticSource
Removed modularBuild and tested test
2023-11-21 17:08:12 +01:00
Heinrich
7c2c17d5e4
assumeCorrectReference resovels #2715
...
assumeCorrectReference option added
assume the correct reference of the dart code in views, when resolver fails.
2023-11-21 17:08:12 +01:00
Simon Binder
39018d381c
Don't generate const constr for non-const parent
...
Closes #2735
2023-11-19 14:33:55 +01:00
Simon Binder
3980fd0be5
Update mockito
2023-11-18 01:10:22 +01:00
Simon Binder
72476628ad
Add changelog entry for column list update syntax
2023-11-18 00:34:55 +01:00
Simon Binder
fcce984af4
Merge branch 'add-update-column-name-list' into develop
2023-11-18 00:32:33 +01:00
Simon Binder
8f5afafd3e
Wait for main isolate to be ready in devtools test
2023-11-18 00:31:11 +01:00
tibotix
6810cfc52d
Refactor `TypeResolver.visitMultiColumnSetComponent`
2023-11-17 18:15:23 +01:00
tibotix
ff11a2a757
Add trailing commas for readability
2023-11-17 18:04:21 +01:00
tibotix
26fd4bf11e
Add node_to_text tests for MultiColumnSetComponent
2023-11-17 18:00:58 +01:00
tibotix
e08bb30585
Use `_consumeIdentifier` instead of `_consume`
2023-11-17 17:55:18 +01:00
Abass Sesay
f249494269
added test cases for inflections
2023-11-16 22:33:52 -05:00
Abass Sesay
581708a328
Merge branch 'simolus3:develop' into codespace-glowing-space-palm-tree-9vwjv7wx993p57x
2023-11-16 21:18:35 -05:00
tibotix
5e26cae5e9
Rename `useAsRowValue` -> `usedAsRowValue` to be consistent
2023-11-17 02:10:23 +01:00
tibotix
deaf58c5fb
Add/Update TestCases for all introduced changes
2023-11-17 01:49:37 +01:00
tibotix
f282ead955
Allow RowValue to be used in SetComponent expressions
2023-11-17 01:48:27 +01:00
tibotix
f128f05e1e
Add MultiColumnSetComponent to support column-name-list update syntax
...
This commit refactors the SetComponent into an abstract interface and introduces
two separate classes `SingleColumnSetComponent` and `MultiColumnSetComponent`, as
well as related methods such as `visitSingleColumnSetComponent` / `visitMultiColumnSetComponent`.
All Visitors were updated accordingly, and logic for parsing / type-resolving / linting were added
too. The only thing missing is type-resolving for the case where rowValue is of type SubQuery,
i.e.
`UPDATE demo SET (a,b)=(SELECT 2,3)`.
2023-11-17 01:42:39 +01:00
Simon Binder
0b537b50c1
Reformat
2023-11-16 21:30:41 +01:00
Simon Binder
220c7125a3
Update to lints 3.0.0
2023-11-16 21:25:21 +01:00
Simon Binder
0a457e92e5
Fix dartdoc templates
2023-11-16 21:19:37 +01:00
Simon Binder
407a40fae1
Add example with upsert conflict target to docs
2023-11-16 21:16:51 +01:00
Simon Binder
2ac81ddb99
Remove beta label from postgres docs
2023-11-15 17:15:50 +01:00
Simon Binder
e19de7ce0a
Update to postgres 3.0.0
2023-11-15 11:35:45 +01:00
Simon Binder
1daf21280a
Merge branch 'backport-custom-types-fix' into develop
2023-11-11 21:28:47 +01:00
Simon Binder
fd260edaa3
Fix order of arguments when reading custom types
2023-11-11 21:23:53 +01:00
Simon Binder
350726417d
Hide internal member
2023-11-11 21:14:48 +01:00
Simon Binder
a9379a85b1
Validate schema in DevTools extension
2023-11-11 21:13:50 +01:00
Simon Binder
f9012fc05c
Add `count()` as a utility extension
2023-11-10 21:12:02 +01:00
Simon Binder
e79124e5af
Fix order of arguments when reading custom types
2023-11-09 19:03:32 +01:00
Simon Binder
d770c16d8d
Fix warnings about missing imports
2023-11-08 22:11:28 +01:00
Simon Binder
b096e84fd4
Add interceptor example to docs
2023-11-07 23:42:59 +01:00
Simon Binder
446832c341
Add query interceptor API
2023-11-07 23:42:59 +01:00
Erlang Parasu
de7e1ce381
Update custom_row_classes.md: fix typo
2023-11-07 14:47:03 +01:00
Simon Binder
13d64a955a
Mention CRDT projects on community page
2023-11-07 14:40:52 +01:00
Simon Binder
ce554a02e5
Don't resolve dependencies for deleted plugin
2023-11-05 19:20:33 +01:00
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