Commit Graph

2312 Commits

Author SHA1 Message Date
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
westito 0dac014997 Fix tests for BigInt 2022-05-15 11:17:35 +02:00
westito 75892dbc55 Modify BigInt aggreg/algebra to wrap int functions 2022-05-15 10:05:07 +02:00
westito d413243a57 Fix sql.js useBigInt param, change arg process from maping to list literal 2022-05-15 09:48:18 +02:00
westito ef4f1d17f4 Add BigInt-int convert to IntType 2022-05-15 09:42:42 +02:00
Simon Binder 93a34b6969
Use dartdoc package in docs website 2022-05-13 11:58:27 +02:00
Simon Binder 779e2838c5
Ignore new false-positive lint 2022-05-13 11:15:14 +02:00
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