Simon Binder
|
b574cb0b03
|
Prepare to release moor 4.6.1, drift_dev 1.0.2
|
2021-10-13 22:08:38 +02:00 |
Simon Binder
|
662b9d5721
|
Fix analysis plugin for moor, migrate options
|
2021-10-12 17:36:10 +02:00 |
Simon Binder
|
c2bd6f27a5
|
Prepare a round of releases
|
2021-10-11 15:55:01 +02:00 |
Simon Binder
|
e91207e9e4
|
Start preparing the documentation for the new name
|
2021-10-09 21:43:30 +02:00 |
Simon Binder
|
4687f3cda5
|
Add new drift package
|
2021-10-07 21:06:18 +02:00 |
Ali
|
849754332f
|
update changelog
|
2021-10-05 19:48:35 +03:00 |
Simon Binder
|
90e179643c
|
Support excluded in upserts on the Dart API
|
2021-09-22 17:08:37 +02:00 |
Simon Binder
|
59e6df76a3
|
Prepare 4.5.0 release
|
2021-08-20 18:58:15 +02:00 |
Simon Binder
|
bcd8541a4b
|
Close isolate after shutdownAll
|
2021-08-10 16:52:18 +02:00 |
Simon Binder
|
2c6de938c4
|
Add support for rowid access in the Dart api
|
2021-08-06 16:48:58 +02:00 |
Simon Binder
|
8f40216528
|
Make debug prints configurable
|
2021-07-30 15:33:30 +02:00 |
Simon Binder
|
b57d23084a
|
Prepare 4.4.1 release
|
2021-07-09 17:48:31 +02:00 |
Simon Binder
|
ab79ec1e88
|
Prepare 4.4.0 release
|
2021-07-03 13:36:43 +02:00 |
Simon Binder
|
8a529b3821
|
Support latest sqlite in parser, update changelog
|
2021-06-30 22:30:56 +02:00 |
Simon Binder
|
8c134138d2
|
Return proper values in tableUpdates
|
2021-06-13 21:34:39 +02:00 |
Simon Binder
|
45196d070e
|
Add closeUnderlyingOnClose argument to vm database
|
2021-06-08 17:23:18 +02:00 |
Simon Binder
|
52487f2447
|
Update changelog and docs for new features
|
2021-06-04 18:45:53 +02:00 |
Simon Binder
|
97c64b54b2
|
Initial runtime support for views
|
2021-06-01 22:05:28 +02:00 |
Simon Binder
|
c24cdb74ed
|
Merge branch 'master' into develop
|
2021-05-28 22:10:15 +02:00 |
Simon Binder
|
ac30bb5989
|
Prepare to release moor 4.3.2
|
2021-05-28 22:06:46 +02:00 |
Simon Binder
|
893b95e7e9
|
Prepare to release moor/moor_generator 4.3.1
|
2021-05-24 12:52:42 +02:00 |
Simon Binder
|
55baa96b98
|
Remove references to mysql backend
|
2021-05-22 17:09:52 +02:00 |
Simon Binder
|
0f7929e8e7
|
Add Value.ofNullable() (#1209)
|
2021-05-20 11:15:28 +02:00 |
Simon Binder
|
371e744288
|
Prepare to release 4.3.0
|
2021-05-15 17:23:29 +02:00 |
Simon Binder
|
e05e8fe07e
|
Add min, max and avg for date times (#1182)
|
2021-05-07 13:46:13 +02:00 |
Simon Binder
|
382ed71204
|
Add insertReturning
|
2021-05-06 18:19:01 +02:00 |
Simon Binder
|
885c63e66e
|
Merge branch 'stream-cancellations' into develop
|
2021-04-19 21:39:10 +02:00 |
Simon Binder
|
8d625cc13b
|
Initial documentation for custom row classes
|
2021-04-10 13:01:24 +02:00 |
Simon Binder
|
7885dd0a4f
|
Add changelog entry for custom row classes
|
2021-04-09 23:35:58 +02:00 |
Simon Binder
|
58fdda482f
|
Add caseMatch to build CASE WHEN
|
2021-04-04 21:37:32 +02:00 |
Simon Binder
|
2fa3b47235
|
Actually, don't cancel on the same isolate
|
2021-03-31 23:30:18 +02:00 |
Simon Binder
|
edb219ecfe
|
Use Future.delayed in cancellation zones only
|
2021-03-31 23:10:07 +02:00 |
Simon Binder
|
04a8bb5694
|
Support cancellations across isolates
|
2021-03-31 22:55:35 +02:00 |
Simon Binder
|
401b4d3650
|
Fix reading nullable columns
|
2021-03-23 16:59:11 +01:00 |
Simon Binder
|
7d844d448f
|
Wrap rollback errors (#1052)
|
2021-03-18 16:58:12 +01:00 |
Simon Binder
|
b3f573d8ed
|
Update stream for subqueries (#1095)
|
2021-03-13 10:41:36 +01:00 |
Simon Binder
|
13dd26631a
|
Add MoorWebStorage.volatile
|
2021-03-10 10:38:25 +01:00 |
Simon Binder
|
9bb2a24abf
|
Prepare 4.1 release
|
2021-02-20 22:03:34 +01:00 |
Simon Binder
|
6342dd56a9
|
Document subqueries
|
2021-02-20 11:01:20 +01:00 |
Simon Binder
|
b0dbee585f
|
Add scalar subqueries, IS IN to Dart api
|
2021-02-16 17:26:44 +01:00 |
Simon Binder
|
2592a24d9e
|
Generalize isolate api to allow remote database access
|
2021-01-31 14:25:33 +01:00 |
Simon Binder
|
362b61a178
|
Add trim() function for text (#1012)
|
2021-01-21 20:16:42 +01:00 |
Simon Binder
|
e07397006f
|
Remove SelectableUtils extension
|
2021-01-20 12:06:48 +01:00 |
Simon Binder
|
e159a63990
|
Mention selectable extension
|
2021-01-14 17:31:39 +01:00 |
Simon Binder
|
c5cbd1b62e
|
Release moor 4 preview to pub
|
2021-01-11 20:15:10 +01:00 |
Simon Binder
|
ab105cf77f
|
Throw from TypedResult.read/readTable if there's no data
|
2021-01-06 12:59:09 +01:00 |
Simon Binder
|
603c9a20cc
|
Remove QueryEngine mixin
|
2021-01-03 17:04:33 +01:00 |
Simon Binder
|
ec6dd36111
|
Remove dependency override for mockito
|
2020-12-22 19:45:15 +01:00 |
Simon Binder
|
36edcf0ed6
|
Make getSingle() and watchSingle() non-nullable
|
2020-12-14 20:22:27 +01:00 |
Simon Binder
|
cf8215ecfe
|
Add Migrator.renameTable (#956)
|
2020-12-04 21:15:43 +01:00 |