Simon Binder
|
bfad77788e
|
Handle nullable converters for compiled queries
|
2022-06-28 22:34:11 +02:00 |
Simon Binder
|
4fae017d36
|
Fix build config for web worker example
|
2022-06-28 14:47:32 +02:00 |
Simon Binder
|
440753d5e3
|
Fix false-positive in duplicate table warning
|
2022-06-27 08:48:18 +02:00 |
Simon Binder
|
c74f5d4cb4
|
Document nested transactions
|
2022-06-25 15:51:28 +02:00 |
Simon Binder
|
4959ec6235
|
Fix wasm and postgres integration tests
|
2022-06-25 15:07:01 +02:00 |
Simon Binder
|
e109cf3564
|
Update integration test architecture
|
2022-06-25 14:06:56 +02:00 |
Simon Binder
|
48830b57aa
|
drift_sqflite: Support nested transactions
|
2022-06-25 13:10:02 +02:00 |
Simon Binder
|
e37daa3b95
|
Remote: Support nested transactions
|
2022-06-25 12:28:37 +02:00 |
Simon Binder
|
8def7055a0
|
Initial support for nested transactions
|
2022-06-24 20:10:06 +02:00 |
Simon Binder
|
5317d0a33b
|
Upgrade to new analysis plugin API
|
2022-06-23 22:46:23 +02:00 |
Simon Binder
|
8a68527fee
|
Merge remote-tracking branch 'North101/develop' into develop
|
2022-06-23 21:01:07 +02:00 |
Simon Binder
|
cf1e94d384
|
Automatically make some converters nullable
|
2022-06-23 20:56:56 +02:00 |
Alexander Wilde
|
345faa91c7
|
TypeConverter mapToDart -> fromSql, mapToSql -> toSql
|
2022-06-22 23:50:19 +01:00 |
Simon Binder
|
e874b78698
|
Fix analysis errors
|
2022-06-23 00:13:53 +02:00 |
Simon Binder
|
06af930941
|
Explicit null-aware types on type converters
|
2022-06-22 23:56:15 +02:00 |
Simon Binder
|
84cf9b82c3
|
Nullable date aggregates
|
2022-06-22 12:18:47 +02:00 |
Simon Binder
|
3331d625b0
|
Merge pull request #1896 from cnmade/patch-1
Using read<int> instead readInt
|
2022-06-19 14:29:13 +02:00 |
cnmade
|
6583fa5ec8
|
Using read<int> instead readInt
by the document and api document, readInt may replace with read<int>?
`
Use read<int>(key) directly
`
|
2022-06-19 16:13:58 +08:00 |
Simon Binder
|
81c59c0b99
|
Fix column references in subquery (#1894)
|
2022-06-17 18:19:23 +02:00 |
Simon Binder
|
4af9aed190
|
Fix example for subquery expressions (#1892)
|
2022-06-17 17:53:56 +02:00 |
Simon Binder
|
c9bd7236c6
|
Resolve `unixepoch` SQL function as datetime
|
2022-06-16 18:29:13 +02:00 |
Simon Binder
|
5367072df5
|
Docs: List enums as column type
|
2022-06-16 18:29:13 +02:00 |
Simon Binder
|
52f95bb61d
|
Merge pull request #1888 from Mike278/bugfix/analyzer-4.1.0
Depend on analyzer 4.1.0 for 'isNotOptional' -> 'isRequired' deprecation
|
2022-06-14 23:02:57 +02:00 |
Mike278
|
561dda4379
|
Depend on analyzer 4.1.0 for 'isNotOptional' -> 'isRequired' deprecation
|
2022-06-14 15:57:58 -04:00 |
Simon Binder
|
7be4e90569
|
Exclude internal tables from schema verification
|
2022-06-10 11:02:52 +02:00 |
Simon Binder
|
26d9e79559
|
Fix more transaction error edge-cases (#1882)
|
2022-06-08 18:23:20 +02:00 |
Simon Binder
|
f510f3e5c3
|
Docs: Update built_site
|
2022-06-07 19:28:31 +02:00 |
Simon Binder
|
a8d57515c3
|
Avoid overly careful runZoneGuarded
|
2022-06-07 14:48:32 +02:00 |
Simon Binder
|
9af708773c
|
Prepare 1.7.0 release
|
2022-06-07 14:39:45 +02:00 |
Simon Binder
|
dc2511c808
|
Open transaction callback in right zone (#1881)
|
2022-06-07 00:24:38 +02:00 |
Simon Binder
|
429d36ff9c
|
Example app: Add explanatory comment to copy builder
|
2022-06-03 23:18:23 +02:00 |
Simon Binder
|
6a6d1268c4
|
Fix sum type inference (#1871)
|
2022-05-30 17:13:12 +02:00 |
Simon Binder
|
e6b923a471
|
Merge pull request #1868 from simolus3/nullability-fix
Fix typeconverter-depend nullability in DataClass copyWidth
|
2022-05-30 13:59:28 +02:00 |
westito
|
a816c1aac2
|
Fix typeconverter-depend nullability in DataClass copyWidth
|
2022-05-30 13:25:18 +02:00 |
Simon Binder
|
a604eeddaf
|
Remove js dep override override in example app
|
2022-05-29 20:07:41 +02:00 |
Simon Binder
|
5474ac22be
|
Also describe how to import backups
|
2022-05-28 13:57:56 +02:00 |
Simon Binder
|
cbcde53da6
|
Docs: Describe how to export databases (#376)
|
2022-05-28 13:52:18 +02:00 |
Simon Binder
|
645f954a9b
|
More tests for new join operators
|
2022-05-26 23:35:05 +02:00 |
Simon Binder
|
a6b7bf9aaa
|
Version check for new joins
|
2022-05-26 23:29:58 +02:00 |
Simon Binder
|
098fcc2d1b
|
Parse new join kinds from sqlite 3.39
|
2022-05-26 23:23:02 +02:00 |
Simon Binder
|
d330c9b001
|
sqlparser: Support new syntax for `IS` expressions
|
2022-05-26 22:24:41 +02:00 |
Simon Binder
|
0df79057c8
|
Merge pull request #1859 from simolus3/new-column-resolver
New implementation for reference scopes
|
2022-05-26 21:43:20 +02:00 |
Simon Binder
|
6ee4fd8153
|
Two more tests on scopes
|
2022-05-26 21:21:54 +02:00 |
Simon Binder
|
bd7df51579
|
Fix remaining tests
|
2022-05-26 20:35:53 +02:00 |
Simon Binder
|
e503bc68a5
|
New implementation for reference scopes
|
2022-05-25 23:32:15 +02:00 |
Simon Binder
|
df0f4c5e06
|
Adapt error message in expectation
|
2022-05-25 17:02:35 +02:00 |
Simon Binder
|
117fb19db4
|
Improve error msg for old sqlite3 version
|
2022-05-25 15:43:53 +02:00 |
Simon Binder
|
49f3f64bcc
|
Fix view mapping generation (#1855)
|
2022-05-24 18:41:48 +02:00 |
Simon Binder
|
a4dc3a3305
|
Clarify supported view columns
|
2022-05-23 21:38:23 +02:00 |
Simon Binder
|
b8b372f7c7
|
Merge pull request #1847 from simolus3/sync-write-indexeddb
Add synchronised persistence to WasmDatabase
|
2022-05-23 12:32:54 +02:00 |