Commit Graph

96 Commits

Author SHA1 Message Date
Simon Binder b5237bf36b
Update existing tests to respect transactions 2019-03-10 12:06:02 +01:00
Simon Binder 049a970b37
Transactions 2019-03-10 12:00:25 +01:00
Simon Binder c243bf3dfe
What was I thinking 2019-03-09 22:35:22 +01:00
Simon Binder 4c09f2cd2f
Fix build script 2019-03-09 22:28:15 +01:00
Simon Binder 6835d9f67a
Add fancy batches 2019-03-09 21:32:36 +01:00
Simon Binder 087ecc9860
Fix ugly typo, remove git dependency from readme 2019-03-09 21:19:24 +01:00
Simon Binder bfe1cb8017
Published version 1.0.0 on pub! 2019-03-09 21:00:19 +01:00
Simon Binder c3ae9e7116
Fix another typo 2019-03-09 20:43:27 +01:00
Simon Binder bfa046dfd2
Fill out remaining info in generated files. 2019-03-09 20:41:02 +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
Simon Binder 532dc23944
dartfmt 2019-03-09 16:23:24 +01:00
Simon Binder 229784e6af
Add example that uses replace in readme 2019-03-09 16:20:27 +01:00
Simon Binder 271e3bb569
Implement replace API as a companion for updates 2019-03-09 16:06:39 +01:00
Simon Binder 2e7c079e4d
Custom primary keys 2019-03-06 21:43:16 +01:00
Simon Binder 83f12a71b6
Remove fluttercommunity mentions for now, parse PK 2019-03-06 20:26:04 +01:00
Simon Binder 0de6005ad7
Formatting, fixing tests 2019-03-05 20:59:10 +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 0b194fa2a6
Refactor database api to allow DAOs 2019-03-03 18:02:33 +01:00
Simon Binder 4d6bd66ece Didn't make the builds faster at all :( 2019-03-01 21:16:23 +01:00
Simon Binder c485d04b23 Did that actually make the build faster? Lets find out 2019-03-01 21:12:00 +01:00
Simon Binder 739356b141 Better cache in travis file? 2019-03-01 21:03:43 +01:00
Simon Binder 7575040b07 Add mission TOC link, more comments in example app 2019-03-01 20:58:38 +01:00
Simon Binder fc96db419b Bye Bye random intellij files 2019-03-01 20:27:23 +01:00
Simon Binder 05d7df336f Format 2019-03-01 20:24:36 +01:00
Simon Binder 6b08bef82c Support 2.2 (and Dart 2.2. only :P) 2019-03-01 20:23:14 +01:00
Simon Binder e43a5dea60 Copy updated readme 2019-02-28 22:28:46 +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 bb0ed3137e Fix typo in README 2019-02-20 18:03:45 +01:00
Simon Binder db4948f842 Explicitly import dart:async for 2.0.0 support 2019-02-20 17:54:00 +01:00
Simon Binder 383120fc97 Fix naming problem 2019-02-20 17:40:00 +01:00
Simon Binder bcf1926033 Format, add pubspec for community package 2019-02-20 17:20:26 +01:00
Simon Binder d93421840f Merge branch 'diff-util' 2019-02-20 17:14:16 +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 819bc16a16 Fix typos in readme 2019-02-20 16:37:09 +01:00
Simon Binder 9e1566186c Formatting 2019-02-19 11:19:58 +01:00
Simon Binder 824b5b4438 Document order-by clauses 2019-02-19 11:17:21 +01:00
Simon Binder e018f6d725 Implement order-by clauses for select statements 2019-02-19 11:10:27 +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 6ca6275a13 Refactor comparison API 2019-02-19 10:32:59 +01:00
Simon Binder 599ac73c21 More documentation for relevant parts of the main library 2019-02-19 10:01:33 +01:00
Simon Binder f3bfc71727 release readiness? 2019-02-18 20:51:37 +01:00
Simon Binder 85d3c8b244 Fix tests 2019-02-17 13:14:07 +01:00