Simon Binder
|
f3360d06a6
|
Use a single generated column implementation
|
2021-06-19 16:31:08 +02:00 |
Simon Binder
|
0692182829
|
Fix moor_flutter example
|
2021-03-31 10:05:11 +02:00 |
Hossein Yousefi
|
c9269e13be
|
added support for CREATE VIEW in .moor files
|
2021-02-10 16:23:51 +01:00 |
Simon Binder
|
56d89b8676
|
Add extensions for isNull and isNotNull
|
2020-11-03 18:45:38 +01:00 |
Simon Binder
|
e4d985728a
|
Migrate to analyzer version 0.40
|
2020-10-16 19:25:10 +02:00 |
Simon Binder
|
144116b5e1
|
Re-run generator in Flutter example, fix type inference bug (#715)
|
2020-07-18 13:38:21 +02:00 |
Simon Binder
|
d1f837c481
|
Update example app
|
2020-01-29 22:04:16 +01:00 |
Simon Binder
|
2ae6fbc99b
|
Re-run build in moor_flutter/example, index in moor files
|
2020-01-09 18:07:25 +01:00 |
Simon Binder
|
1b60879a09
|
Fix unnecessary re-query when subscriptions switch (#329)
|
2020-01-09 16:14:20 +01:00 |
Simon Binder
|
04f75d11d3
|
Migrate some trigger code to refactorings on develop
|
2019-12-30 21:38:24 +01:00 |
Simon Binder
|
3c74a20f56
|
Enable more recent lints and enforce them
|
2019-12-04 21:45:09 +01:00 |
Simon Binder
|
91e4229049
|
example: Use provider package
|
2019-12-04 20:07:59 +01:00 |
Simon Binder
|
720ca43cc4
|
Re-run build on flutter example app
|
2019-10-09 21:28:36 +02:00 |
Simon Binder
|
5510a90583
|
Fix warnings (2.6-dev SDK), escape \r, constant workaround
|
2019-10-09 19:48:52 +02:00 |
Simon Binder
|
fb68dc0888
|
Introduce option to generate less query code
|
2019-09-25 20:01:16 +02:00 |
Simon Binder
|
c8ae99b52e
|
Breaking changes for the upcoming version
1. Removes transaction parameter in callbacks, custom queries
2. Removes MigrationStrategy.onFinished
|
2019-09-13 21:04:15 +02:00 |
Simon Binder
|
0860b6645a
|
Generate selectable for custom queries
This makes is easier to use getSingle() and watchSingle()
on them.
Fixes #120
|
2019-08-27 18:44:34 +02:00 |
Simon Binder
|
7a9cafb02f
|
Deprecate diff utils, MoorAnimatedList
|
2019-07-28 14:45:36 +02:00 |
Simon Binder
|
df05e643e0
|
Migrate example to 1.6, update readme
|
2019-07-10 17:55:57 +02:00 |
Simon Binder
|
316f9e1052
|
Only resolve columns declared in scope of a statement
Fixes #52
|
2019-07-02 12:28:54 +02:00 |
Simon Binder
|
d15db1a199
|
Migrate example app to moor 1.5
|
2019-07-01 22:07:58 +02:00 |
Simon Binder
|
62c5106e7d
|
Migrate tests to companion
|
2019-06-21 20:29:42 +02:00 |
Simon Binder
|
0616fb7082
|
Migrate to update companions everywhere :)
|
2019-06-21 20:08:42 +02:00 |
Simon Binder
|
0abc3993f4
|
Fully migrate to new update companions
|
2019-06-21 19:48:18 +02:00 |
Simon Binder
|
8204f6b393
|
Improve docs a bit, refactor onOpen callback
|
2019-06-20 11:41:00 +02:00 |
Simon Binder
|
373d7c6478
|
Remove foreign keys pragma from example
|
2019-06-19 21:32:27 +02:00 |
Simon Binder
|
af58b99db1
|
Fix example app
|
2019-06-19 21:29:02 +02:00 |
Simon Binder
|
a1241bab1d
|
Version 1.4
More configurable serialization logic, type for floating point values
|
2019-06-09 12:27:24 +02:00 |
Simon Binder
|
4ca71bb14b
|
Raise sdk constraints to 2.2 in example app
|
2019-06-04 22:06:22 +02:00 |
Simon Binder
|
becb78afbc
|
Custom table constraints
|
2019-04-19 20:29:30 +02:00 |
Simon Binder
|
f28eb13b4c
|
Fix hashcodes, document joins
|
2019-04-06 13:11:49 +02:00 |
Simon Binder
|
d284aca4f6
|
Improve examples app, fix many issues with joins
|
2019-04-01 12:27:13 +02:00 |
Simon Binder
|
e36470211c
|
Implement transactions
|
2019-03-31 17:06:22 +02:00 |
Simon Binder
|
9ca52d7f87
|
Use aliases in the operations
|
2019-03-30 19:21:44 +01:00 |
Simon Binder
|
df2a681410
|
Preparation for aliased tables
|
2019-03-30 18:48:09 +01:00 |
Simon Binder
|
93d292cff1
|
Release 1.2
|
2019-03-27 19:02:58 +01:00 |
Simon Binder
|
2e808c6ead
|
Also export Column in moor_flutter
|
2019-03-27 18:15:29 +01:00 |
Simon Binder
|
99d245d0ac
|
Expand docs on how write database / dao classes
|
2019-03-27 18:08:41 +01:00 |
Simon Binder
|
d4b97ab6fc
|
Clarify use of custom code in table dsl classes in readme
|
2019-03-15 20:09:51 +01:00 |
yohom
|
c24f3caff2
|
`Map<String, Object>` -> `Map<String, dynamic>`
|
2019-03-15 08:52:54 +08:00 |
yohom
|
c13b0ff17f
|
Add a `toJson` method for serialization.
|
2019-03-14 17:42:58 +08:00 |
Simon Binder
|
8fe350219c
|
Release version 1.1
|
2019-03-10 15:21:42 +01:00 |
Simon Binder
|
62db5ef29c
|
Update versions to 1.1.0
|
2019-03-10 15:11:49 +01:00 |
Simon Binder
|
d506d54315
|
Bugfixes, formatting, and finalizing transactions
|
2019-03-10 15:08:29 +01:00 |
Simon Binder
|
bfe1cb8017
|
Published version 1.0.0 on pub!
|
2019-03-09 21:00:19 +01:00 |
Simon Binder
|
d70b447c65
|
Fix some typos
|
2019-03-09 20:35:29 +01:00 |
Simon Binder
|
4d80ff77c9
|
Finalize renaming
|
2019-03-09 17:02:56 +01:00 |
Simon Binder
|
62900a93a9
|
Rename project to "moor"
|
2019-03-09 16:37:37 +01:00 |