Commit Graph

2354 Commits

Author SHA1 Message Date
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
Simon Binder c0929772ce
Bring back trailing newline to pubspec 2022-05-23 12:12:35 +02:00
Simon Binder e2622517a5
Don't sync in transactions, remove interface 2022-05-23 12:11:06 +02:00
westito 0a37736d1b Add filesystem handling to Drift 2022-05-22 18:04:02 +02:00
Simon Binder 1c25584bf5
Merge pull request #1848 from RemcoSchrijver/patch-1
Update index.md
2022-05-22 06:21:27 +02:00
Remco Schrijver 1183bcabf3
Update index.md
Changed reference of moor to drift.
2022-05-21 23:04:36 +02:00
westito 0af392d63f Add synchronised persistence to WasmDatabase 2022-05-21 17:58:54 +02:00
westito a1f5ede720
Add BigInt support to PgDatabase (#1845)
Add BigInt support to PgDatabase
2022-05-20 10:09:17 +02:00
Simon Binder e5118c404f
Docs: Update dartdoc 2022-05-19 16:46:18 +02:00
Simon Binder 21170b7ce8
Serialize BigInts over wire 2022-05-18 21:07:49 +02:00
Jishnu Mohan dc4e542f26
Support analyzer 4.x.x (#1841) 2022-05-18 12:39:46 +02:00
Simon Binder fa13024940
Temporarily disable lint check 2022-05-18 11:23:43 +02:00
Simon Binder 6105be75a3
Merge pull request #1840 from simolus3/dart-view-aliases
Dart view aliases
2022-05-17 23:00:42 +02:00
Simon Binder 6ff4ce976a
Avoid duplicate code in view definition 2022-05-17 21:55:20 +02:00
Simon Binder 82e53582d4
Revert unintentional change 2022-05-17 21:49:39 +02:00
Simon Binder 4d3d794f15
Alias Dart view columns and tables 2022-05-17 21:47:10 +02:00
Simon Binder befe3f33ef
Merge pull request #1835 from simolus3/bigint-support
Add BigInt support
2022-05-16 18:34:38 +02:00
westito 2cbfe76dc7 Remove leftover bigint parameters 2022-05-16 16:29:12 +02:00
Radomir Epur ef695c682e
docs: fix typo in git path(dirft -> drift) (#1838) 2022-05-16 16:22:33 +02:00
Simon Binder 15184110f4
Remove compatibility check 2022-05-16 15:59:11 +02:00
Simon Binder c25e8137bf
Document `BigInt` support on the website 2022-05-15 22:43:38 +02:00
Simon Binder efd61610cf
Merge branch 'develop' into bigint-support 2022-05-15 22:22:27 +02:00
Simon Binder be9577727a
Expand documentation comments a bit 2022-05-15 22:20:29 +02:00