Simon Binder
7bb2b5a19d
Update encryption example
2023-12-28 10:11:16 +01:00
Simon Binder
910b284e08
Document where type converters aren' applied
2023-12-27 18:34:27 +01:00
Simon Binder
615a1d7ad8
Use custom types for comparisons
2023-12-23 15:06:10 +01:00
Simon Binder
ad856314c2
Add recommended setup to asset example
2023-12-14 22:09:37 +01:00
Simon Binder
5e51fbc1fc
Fix other view test
2023-12-14 00:11:24 +01:00
Simon Binder
ac627b1a10
Fix wrapping code with collection literals ( #2787 )
2023-12-14 00:00:39 +01:00
Simon Binder
08ceb939bc
Include `NULL` constraints in node->sql
2023-12-12 21:46:58 +01:00
Simon Binder
7964782c2d
Re-run generator
2023-12-12 12:15:17 +01:00
Simon Binder
b7f9c280c3
Prepare release
2023-12-11 23:55:37 +01:00
Simon Binder
f51eab3dc3
Remove sponsorship badges
2023-12-11 23:53:25 +01:00
Simon Binder
829f45126c
Don't run discovery prematurely
2023-12-11 23:51:51 +01:00
Nick Fisher
e53035bc8f
update drift_wasm_test
2023-12-10 22:44:15 +01:00
Nick Fisher
08e50d28f8
pass missing initializeDatabase property to WasmProbeResult.open
2023-12-10 22:44:15 +01:00
Simon Binder
417d1f59d9
Fix generating variables with custom types
2023-12-10 14:23:19 +01:00
Simon Binder
5115bc1525
Fix modular example taking forever
2023-12-09 18:35:24 +01:00
Simon Binder
7774fcb6df
Fix sqlite3 deprecation warning
2023-12-08 00:28:00 +01:00
Simon Binder
1563b99b58
Fix potential crash whne resolving columns
2023-12-07 00:10:49 +01:00
Simon Binder
633cc52129
Prepare 2.14 release
2023-12-04 11:07:21 +01:00
Simon Binder
27b459d3c6
Fix attached index not resolving
2023-12-04 11:02:40 +01:00
Simon Binder
09d450e7f5
Fix height of db viewer in devtools
2023-12-02 23:11:59 +01:00
Simon Binder
a973de343c
Revert unintentional change to example
2023-11-30 22:28:16 +01:00
Simon Binder
5740eb8721
Fix generated code with $ in identifier names
2023-11-30 22:26:40 +01:00
Simon Binder
99bb9e0fe0
Mention JSON support in expressions page
2023-11-27 23:45:57 +01:00
Simon Binder
434982ac85
Make schema classes public ( #2749 )
2023-11-27 22:48:37 +01:00
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