Commit Graph

2354 Commits

Author SHA1 Message Date
westito f383eef2ee Remove drop view 2021-12-02 08:54:59 +01:00
Simon Binder 2999df449d
Fix schema verifier around virtual tables 2021-12-01 21:07:47 +01:00
Simon Binder c844c86af4
Support signed numbers as a default value 2021-12-01 21:07:47 +01:00
Simon Binder 8f7788ae8f
More documentation 2021-12-01 17:09:56 +01:00
Simon Binder 5fcdbed46f
Add docs 2021-12-01 17:05:58 +01:00
westito 37de03085c Modify cancellation switchMap test 2021-11-30 22:24:16 +01:00
westito 3e9a920a4f Regenerate files 2021-11-30 22:23:35 +01:00
westito 02ff9b8cdc Merge remote-tracking branch 'simolus3/develop' into views 2021-11-30 21:44:39 +01:00
westito bda374ff7e Add view schema test 2021-11-30 21:31:26 +01:00
westito 823e06494d Add drop view to migration 2021-11-30 21:27:19 +01:00
westito f3e9fe56da Fix parsing view references 2021-11-30 20:42:20 +01:00
westito 0e61940d70 add join useColumns option to selectOnly 2021-11-30 15:20:19 +01:00
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