Commit Graph

2092 Commits

Author SHA1 Message Date
westito 9e443dba2a Revert table declaration class 2021-11-30 14:06:13 +01:00
Simon Binder 6d1a4d3c3c
Merge pull request #1567 from Husssam12/develop
Add random ordering
2021-11-29 11:49:40 +01:00
Simon Binder c737a74fdc
Add tests, changelog entry 2021-11-29 11:43:56 +01:00
hajjar20 2bc71000b3 Use 'FunctionCallExpression' to add random ordering function 2021-11-28 22:30:58 +02:00
Simon Binder c430ca3025
Test drift_dev in CI 2021-11-28 20:47:39 +01:00
Simon Binder 43613ea6df
Merge pull request #1569 from westito/fix_virtual_table_test
Fix virtual table test
2021-11-28 20:43:51 +01:00
westito fc9c2d6171 Remove unnecessary import from virtual table test 2021-11-28 19:38:14 +01:00
westito b4b76c95bc Fix typo in virtual table unknown function test 2021-11-28 19:35:48 +01:00
westito 5d5518f2a4 Fix virtual table test 2021-11-28 19:33:31 +01:00
westito b5af3edf73 Remove unnecessary generics declaration 2021-11-28 19:29:17 +01:00
Simon Binder 0dde9ba78a
Merge pull request #1566 from westito/missing_override
Override missing in generated code
2021-11-28 19:26:52 +01:00
Simon Binder 43a0bf444d
Merge pull request #1568 from westito/dao_accessor_fix
Check references only on Database
2021-11-28 18:47:44 +01:00
westito 254e33f5bb Check references only on Database 2021-11-28 17:48:44 +01:00
hajjar20 80ab98c2b6 fix whitespace in random ordering 2021-11-28 16:55:09 +02:00
hajjar20 009081d99b Support random ordering 2021-11-28 15:43:42 +02:00
hajjar20 32f859c14c Support random ordering 2021-11-28 15:23:07 +02:00
westito 203504de93 Override missing in generated code 2021-11-28 13:30:05 +01:00
westito 810d9f03a5 Modify DSL view to accept expression instead of column 2021-11-27 18:22:04 +01:00
westito a6bd75d780 fix post-merge issues 2021-11-26 14:15:54 +01:00
westito 72260196be Merge remote-tracking branch 'simolus3/develop' into views
# Conflicts:
#	drift_dev/lib/src/writer/tables/data_class_writer.dart
2021-11-26 14:10:10 +01:00
Simon Binder 61c2fff4e2
Merge pull request #1564 from boyan01/develop
Fix unknown function cause SQL generator crash
2021-11-26 09:22:16 +01:00
boyan b5d32ee21a fix unknown function cause crash 2021-11-26 13:08:26 +08:00
Simon Binder 49d21d2796
Merge pull request #1559 from westito/null_aware_type_converters
Add null aware type converter option
2021-11-25 21:40:22 +01:00
Simon Binder 45a64f7f08
Document build option 2021-11-25 21:33:35 +01:00
westito 9359defcac Add null aware type converters option 2021-11-24 23:49:13 +01:00
Simon Binder a00869a62b
Migrate .moor.dart files (#1558) 2021-11-24 23:11:59 +01:00
westito ea78584793 Merge remote-tracking branch 'simolus3/develop' into views 2021-11-24 19:06:31 +01:00
Nicola Verbeeck 39b4745b7d
Update community_tools.md (#1557)
Updated viewer and inspector packages to include drift specific versions
2021-11-23 19:45:46 +01:00
Simon Binder 871f1e4198
Don't emit stale data for resuming subscriptions 2021-11-22 21:20:00 +01:00
Munjata KEITA 1eb36eaaea
Convert ByteData before writing into file (#1555)
ByteData can not be written directly into file using writeAsBytes method.
It must be converted to Uint8List before the operation.
2021-11-21 23:24:32 +01:00
Simon Binder 214fbe2409
Don't crash for unknown column in PK 2021-11-19 15:43:50 +01:00
Simon Binder 504dcf7149
Advertise name change more 2021-11-17 19:56:55 +01:00
westito 47f0465795 Make Join accept bare Table type 2021-11-16 09:04:43 +01:00
westito 876f6850f5 Add dsl view generator 2021-11-15 00:15:53 +01:00
Simon Binder 4b6240d67b
Use dart-lang/setup-dart in actions 2021-11-14 12:20:42 +01:00
Simon Binder 05a8b9abf1
Small additional test for precedence 2021-11-14 12:17:25 +01:00
westito ea6dc02964 Refactor drift views 2021-11-13 12:27:07 +01:00
westito 649549a218 Add View DSL syntax 2021-11-12 22:20:50 +01:00
westito 70bcefdaf3 Rename View to ViewInfo 2021-11-12 19:38:45 +01:00
westito fad654a5aa
PostgreSQL support (#1507)
Support PostgreSQL as a dialect in the main package and with an implementation provided in another package.

Co-authored-by: Simon Binder <oss@simonbinder.eu>
2021-11-11 14:40:41 +01:00
Simon Binder f2d0864890
Support generated columns in the parser 2021-11-07 22:10:08 +01:00
Simon Binder 3469bade62
Initial support for generated columns 2021-11-07 21:20:12 +01:00
Simon Binder 5f8b74c8df
Use iterable as parameter for batch methods 2021-11-03 11:01:15 +01:00
Simon Binder fafe75e799
Publish old versions with info in readme 2021-10-31 15:16:14 +01:00
Simon Binder f83da092d1
Add notice to old readmes 2021-10-31 15:12:25 +01:00
Simon Binder 594b5f43c5
Explain that channels need to be initialized 2021-10-30 17:04:24 +02:00
Simon Binder 23c912d6aa
Explain usages of .memory() in docs 2021-10-30 16:29:37 +02:00
Simon Binder 0501e61f59
Add notice to old readmes 2021-10-28 22:16:03 +02:00
westito f78c251f3f
Add Flutter web worker example (#1512) 2021-10-27 21:25:32 +02:00
lsaudon f72e63c776 Fix naming
Put the same term everywhere, in accordance with the "Setup" part.
2021-10-27 12:30:10 +02:00