westito
f72f14f3a5
Add BigInt aggregations, arithemtics and tests
2022-05-12 23:09:04 +02:00
westito
2cfd2b41a3
Fix test (Dart 2.17)
2022-05-12 22:02:58 +02:00
westito
ff4bc9be18
Fix drift_dev lint issue
2022-05-12 21:48:51 +02:00
westito
3ffa7f74b7
Fix Dart 2.17.0 lint
2022-05-12 21:48:22 +02:00
westito
6c439a3a0f
Fix tests
2022-05-12 21:30:37 +02:00
westito
f379ca0b25
Fix dialect properties
2022-05-12 21:10:40 +02:00
westito
763c09c024
Add range check to WebDatabase BigInt
2022-05-12 20:56:16 +02:00
westito
7330cf5d58
Add BigInt support to executors
2022-05-12 17:57:56 +02:00
westito
2b4bcc9864
Add BigInt support
2022-05-11 18:51:45 +02:00
Simon Binder
5e3de2fb7c
Remove lint around binary expr types
2022-05-10 20:46:30 +02:00
Simon Binder
b7cbb31339
Fix typo
2022-05-08 09:07:38 +02:00
Simon Binder
98163103d5
Lint for distinct aggregate with more than one arg
2022-05-08 09:05:23 +02:00
Simon Binder
78470b4280
Forbid distinct groupConcat with separator
2022-05-08 08:41:35 +02:00
Simon Binder
946b6807d4
Fix equality for aggregate expressions
2022-05-07 22:22:52 +02:00
Simon Binder
beee07608a
Support distinct and filter in groupConcat
2022-05-07 21:59:14 +02:00
Simon Binder
184353a7aa
Release drift 1.6.0
2022-05-04 21:27:58 +02:00
Simon Binder
68dce48b6f
Prepare 1.6.0 drift release
2022-05-04 21:05:08 +02:00
Simon Binder
f971d4ce91
Update wasm snippet for docs
2022-05-04 20:46:09 +02:00
Simon Binder
9e2e9c47be
Upgrade to latest `sqlite3` package in example app
2022-05-04 20:41:15 +02:00
Simon Binder
c5183deea6
better headline for dart table docs ( #1827 )
2022-04-30 23:17:55 +02:00
North101
5bf9b2a3aa
Fix not null when using JsonTypeConverter ( #1820 )
...
* Fix not null when using JsonTypeConverter
* Run dart format on writer
Co-authored-by: Alexander Wilde <alexander.wilde87@gmail.com>
Co-authored-by: Simon Binder <oss@simonbinder.eu>
2022-04-25 16:21:01 +02:00
Simon Binder
d23028a5bb
Docs: Fix group by Dartt examples
2022-04-25 10:49:11 +02:00
Simon Binder
f13ecced6f
Merge pull request #1815 from JosiahMendes/patch-1
...
Fix Headings for database comparison in FAQ
2022-04-24 00:07:24 +02:00
Simon Binder
80c8c86031
Support drift-defined views schema tools ( #1813 )
2022-04-23 23:31:04 +02:00
Josiah Mendes
0eec16327a
Fix Headings for database comparison in FAQ
...
Floor and Firebase were H2 headings when they should have been H3 to fall under "How does drift compare to X?"
2022-04-23 21:29:57 +01:00
Simon Binder
d0694f9d65
Consistently format goldens in writer test
2022-04-23 20:09:54 +02:00
Simon Binder
8479602023
Pick valid Dart names for views ( #1814 )
2022-04-23 16:06:11 +02:00
Simon Binder
e607ffe183
Document json type converters
2022-04-22 23:53:42 +02:00
Simon Binder
5f6beb76ca
Support json type converters ( #1811 )
2022-04-22 23:38:41 +02:00
Simon Binder
5d6933d9b7
Handle more rollback errors (1806)
2022-04-20 22:14:14 +02:00
Simon Binder
3a0041eaac
Use utc DateTime for example check constraint
2022-04-18 20:30:42 +02:00
Simon Binder
2473cea469
Add `check()` to the Dart column builder ( #1594 )
2022-04-18 20:09:02 +02:00
Simon Binder
49668e3a57
Preserve Uint8Lists in serialization ( #1802 )
2022-04-12 18:30:44 +02:00
Simon Binder
70e1d040ab
Avoid overriding `uniqueKey` if that's not needed
2022-04-08 21:21:00 +02:00
Simon Binder
6a47e32afc
Link new cross-platform example in docs
2022-04-08 21:16:46 +02:00
Simon Binder
aa09540946
Merge pull request #1795 from LeFrosch/develop
...
Some minor bug fixes :)
2022-04-06 22:32:20 +02:00
Daniel Brauner
3c75fbee9d
New test cases
2022-04-06 22:07:28 +02:00
Simon Binder
c0ec36eaaa
Close channel in `shutdownAll`
2022-04-06 21:57:14 +02:00
Daniel Brauner
5380a18450
Minor bug fixes
2022-04-06 20:14:13 +02:00
Simon Binder
9e4e177b97
Limit timeout for drift_dev workflow
2022-04-06 13:00:35 +02:00
Simon Binder
645489a21c
Fix resolving parameters to `MAX`/`MIN` ( #1790 )
2022-04-05 20:50:18 +02:00
Simon Binder
62a95f6bd4
Write Dart refences into schema files
2022-04-04 22:32:07 +02:00
Simon Binder
b56cf96b09
Run drift web tests with WebAssembly
2022-04-04 21:49:05 +02:00
Simon Binder
a721e896d3
Add warnings for `customConstraint` misuse
2022-04-04 21:13:07 +02:00
Simon Binder
3898114962
Restructure drift test files
2022-04-03 12:53:58 +02:00
Simon Binder
5981d409c5
Merge pull request #1774 from westito/unique-constraint
...
Unique constraint DSL for Dart tables
2022-04-03 12:53:24 +02:00
Simon Binder
fb7246654d
Web documentation for unique Dart columns
2022-04-03 12:44:02 +02:00
Simon Binder
6047ec912f
Add changelog entry, expand docs a bit
2022-04-03 12:34:21 +02:00
Simon Binder
4e508b62ab
Test parsing unique keys
2022-04-03 12:28:12 +02:00
Simon Binder
a52118ecd5
Merge remote-tracking branch 'origin/develop' into unique-constraint
2022-04-03 12:04:22 +02:00