Commit Graph

362 Commits

Author SHA1 Message Date
Simon Binder 7ed9b02cf2
Use replace parameter rather than flag for inserts 2019-04-23 13:55:57 +02:00
yohom 0f3895b27b chore: Rearrange methods. 2019-04-23 15:05:53 +08:00
yohom b442fe9d34 bugfix: Remove `_orReplace` flag in `InsertStatement`, use `orReplace` parameter. 2019-04-23 15:05:18 +08:00
Simon Binder 4e078beb9b
Merge branch 'master' of gh:simolus3/moor 2019-04-20 16:26:33 +02:00
Simon Binder ea776f8637
Update docs for 1.3 2019-04-20 16:25:55 +02:00
Simon Binder c3910a9add
Update docs for 1.3 2019-04-20 15:38:15 +02:00
Simon Binder 7a44224370
Streams properly deal with aliased tables
Fixes #16
2019-04-19 23:54:57 +02:00
Simon Binder 8bed506e0d
Batched insert statements
Closes #15
2019-04-19 22:45:38 +02:00
Simon Binder 333e71f0a5
Tests for custom table constraints 2019-04-19 21:36:00 +02:00
Simon Binder becb78afbc
Custom table constraints 2019-04-19 20:29:30 +02:00
Simon Binder f15e06fbb0
Log statements during migrations, if desired 2019-04-19 17:59:30 +02:00
Simon Binder 83f8fdd105
Improve documentation for updated features in 1.3 2019-04-19 17:32:21 +02:00
Simon Binder 165693d635
Smaller readme improvement 2019-04-14 16:58:05 +02:00
Simon Binder 091eff1c4e
Merge branch 'master' into develop
# Conflicts:
#	moor_generator/pubspec.yaml
2019-04-14 16:51:37 +02:00
Simon Binder 1bb4fe4aab
Changelog for version 1.3.0 2019-04-14 16:47:15 +02:00
Simon Binder 825867d949
Upgrade dependencies 2019-04-14 16:29:24 +02:00
Simon Binder b163ce9753
Merge branch 'develop' of gh:simolus3/moor into develop 2019-04-06 13:30:00 +02:00
Simon Binder 4a40796c90
Use github pygments theme 2019-04-06 13:22:49 +02:00
Simon Binder f28eb13b4c
Fix hashcodes, document joins 2019-04-06 13:11:49 +02:00
Simon Binder 438ba0e2cf
Fix hashcodes, document joins 2019-04-06 13:08:54 +02:00
Simon Binder ab5ac57778
Use jenkins hash 2019-04-05 17:47:51 +02:00
Simon Binder e6cb45d680
Change documentation host 2019-04-03 21:24:01 +02:00
Simon Binder 8d6c9b2ee6
Remove content out of readme in favor of website docs 2019-04-03 10:23:10 +02:00
Simon Binder dec4558236
More documentation 2019-04-02 22:06:41 +02:00
Simon Binder cc46cd9a5b
GitHub Pages with jekyll 2019-04-02 19:26:48 +02:00
Simon Binder 040f54d004
Write default expressions in column creations 2019-04-01 15:20:01 +02:00
Simon Binder c3f6042c8f
Parse default expressions 2019-04-01 14:44:44 +02:00
Simon Binder 62743dc15f
Define API for default values 2019-04-01 14:28:44 +02:00
Simon Binder d284aca4f6
Improve examples app, fix many issues with joins 2019-04-01 12:27:13 +02:00
Simon Binder 50076102ac
Fix concurrent modification in stream query store
closes #13
2019-03-31 18:58:08 +02:00
Simon Binder 6d45805035
More documentation for transactions 2019-03-31 17:40:59 +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 bbf12ff5ec
Ensure the database is open before executing transactions 2019-03-30 14:56:55 +01:00
Simon Binder e05303568f
Upgrade analyzer version 2019-03-27 20:21:57 +01:00
Simon Binder 93d292cff1
Release 1.2 2019-03-27 19:02:58 +01:00
Simon Binder 9490cd22fe
Finish custom constraints implementation 2019-03-27 18:37:29 +01:00
Simon Binder f3a0f5f230
Allow transactions in DAOs 2019-03-27 18:20:16 +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 3ef49f6017
Remove chache for generated sources 2019-03-23 12:02:42 +01:00
Simon Binder af8267bb8a
Run dartfmt on tools 2019-03-23 11:52:14 +01:00
Simon Binder 828ac8c23f
Switch to codecov, also report on moor_generator 2019-03-23 11:32:31 +01:00
Simon Binder aa6582ae79
Always return the same stream for equal queries 2019-03-20 12:28:18 +01:00
Simon Binder 9ea3c2d711
Apply analyzer change in build script 2019-03-19 13:48:33 +01:00
Simon Binder 5141bdc8c5
Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
Simon Binder 92fc58bf2f
Upload coverage 2019-03-19 13:19:45 +01:00
Simon Binder b7555999c6
Format coverage collectors 2019-03-19 13:08:41 +01:00
Simon Binder 0cfebf59dc
Support SetOrMapLiteral directly 2019-03-19 13:07:15 +01:00