Simon Binder
|
2ecc44c593
|
Fix unintentional rename in docs
|
2021-12-21 19:23:38 +01:00 |
Simon Binder
|
5845c1293a
|
Merge pull request #1591 from givip/patch-1
Update builder_options.md
|
2021-12-20 22:42:55 +01:00 |
Pataridze Givi
|
af945cf0f6
|
Update builder_options.md
`dialect` displacement fix
|
2021-12-20 18:40:28 +04:00 |
Simon Binder
|
39074fa02d
|
Use correct sqlparser dependency in drift_dev
|
2021-12-11 14:10:14 +01:00 |
Simon Binder
|
c4e2600944
|
Merge branch 'master' into develop
|
2021-12-11 13:21:49 +01:00 |
Simon Binder
|
bf0dcfb693
|
Prepare drift 1.1 release
|
2021-12-11 13:17:37 +01:00 |
Simon Binder
|
1c128ea885
|
Don't serialize messages for isolates
|
2021-12-09 23:40:29 +01:00 |
Simon Binder
|
19bd92bfd9
|
Remove redundant imports
|
2021-12-09 14:10:51 +01:00 |
Simon Binder
|
523ae98b40
|
Add Flutter favorite icon to website
|
2021-12-09 00:21:57 +01:00 |
Simon Binder
|
34d0ed5db2
|
Remote: Run open on client that requested it
|
2021-12-07 14:35:30 +01:00 |
Simon Binder
|
44281bebaf
|
Support for STRICT tables in drift files
|
2021-12-03 22:11:44 +01:00 |
Simon Binder
|
6b5acdf3c6
|
Revise parser support for strict tables
|
2021-12-03 21:30:36 +01:00 |
Simon Binder
|
28c14fc2e6
|
Fix flakiness in cancellation test
|
2021-12-02 23:00:31 +01:00 |
Simon Binder
|
18206c8510
|
Merge pull request #1541 from westito/views
Dsl views
|
2021-12-02 22:47:32 +01:00 |
westito
|
aa929690b7
|
Modify cancellation test
|
2021-12-02 20:27:44 +01:00 |
westito
|
4fe95bc01a
|
Fix view schema test
|
2021-12-02 20:24:46 +01:00 |
westito
|
fb08707872
|
Revert ViewInfo generic bound
|
2021-12-02 20:24:34 +01:00 |
Simon Binder
|
877a349522
|
Prepare sqlparser release
|
2021-12-02 13:15:20 +01:00 |
Peter Leibiger
|
bd13d3bc75
|
Fix broken iterable comparison in sqlparser
* this results in false positive migration tests, not sure what else could be effected
|
2021-12-02 13:13:36 +01:00 |
Simon Binder
|
6dc198ecca
|
Improve error handling in LazyDatabase
|
2021-12-02 13:12:36 +01:00 |
Peter Leibiger
|
ab20d69846
|
Fix broken iterable comparison in sqlparser
* this results in false positive migration tests, not sure what else could be effected
|
2021-12-02 13:10:53 +01:00 |
westito
|
d22bbcbadf
|
Merge remote-tracking branch 'simolus3/develop' into views
|
2021-12-02 09:20:02 +01:00 |
westito
|
9e753e7837
|
Merge branch 'views' of github.com:westito/drift into views
|
2021-12-02 09:19:47 +01:00 |
westito
|
ffe24bb17a
|
Fix includeJoinedTableColumns and add test
|
2021-12-02 09:04:17 +01:00 |
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 |