Commit Graph

18 Commits

Author SHA1 Message Date
Simon Binder 271e3bb569
Implement replace API as a companion for updates 2019-03-09 16:06:39 +01:00
Simon Binder 2b24684abb
Generate copyWith method for data classes 2019-03-05 20:36:06 +01:00
Simon Binder d818942c8d
Update example: Can now update items 2019-03-03 22:03:11 +01:00
Simon Binder 062deccb12
Generate DAO classes 2019-03-03 19:06:24 +01:00
Simon Binder 5c1d320b34
Create getters for DAOs in database class 2019-03-03 18:29:59 +01:00
Simon Binder 7575040b07 Add mission TOC link, more comments in example app 2019-03-01 20:58:38 +01:00
Simon Binder 6b08bef82c Support 2.2 (and Dart 2.2. only :P) 2019-03-01 20:23:14 +01:00
Simon Binder c4d696a04c Data class constructor from raw data, used by queries 2019-02-28 22:28:01 +01:00
Simon Binder a85481b21a Implement custom queries 2019-02-28 22:06:05 +01:00
Simon Binder 44297c8deb Fix bug with variables, custom update / delete statements 2019-02-27 21:19:34 +01:00
Simon Binder db4948f842 Explicitly import dart:async for 2.0.0 support 2019-02-20 17:54:00 +01:00
Simon Binder 00dd264719 Reactive adding / removal of todo entries 2019-02-20 17:09:20 +01:00
Simon Binder 11d6f5f9fe Implement diff algo, still struggling with the list though 2019-02-20 16:37:30 +01:00
Simon Binder 824b5b4438 Document order-by clauses 2019-02-19 11:17:21 +01:00
Simon Binder a26f84ceaf Turns out LIMIT doesn't work for update and delete :O 2019-02-19 10:42:30 +01:00
Simon Binder f3bfc71727 release readiness? 2019-02-18 20:51:37 +01:00
Simon Binder b0ef02b0be is in, is null, prepare example 2019-02-17 13:07:27 +01:00
Simon Binder 863ffd2f2e Add example package in sally_flutter 2019-02-17 11:32:54 +01:00