Commit Graph

983 Commits

Author SHA1 Message Date
Robin Braun 1672fbbfe8
typos 2020-04-16 11:52:28 +02:00
Simon Binder 3a53c60132
Merge pull request #494 from davidmartos96/integration_test_improvement
Integration tests improvements
2020-04-15 21:40:50 +02:00
David Martos 871b5b212f rename integration tests main files 2020-04-15 19:32:42 +02:00
David Martos d2e25baa62 More robust integration tests for moor_ffi and moor_flutter 2020-04-15 19:31:17 +02:00
Simon Binder ddf916f53b
Use proper data class name in docs 2020-04-13 21:49:02 +02:00
Simon Binder aeb63e7faa
Merge pull request #492 from abumalick/patch-1
doc: update example to include missing imports
2020-04-13 21:43:35 +02:00
Abdullah Hilson cfdb2f5cd2
doc: update example to include missing imports
`dart:io` is necessary for `File`
`moor.dart` is necessary for `LazyDatabase`
2020-04-13 13:46:11 +01:00
Simon Binder e89f1c924c
Merge pull request #444 from davidmartos96/sqflite_sqlcipher
Remove sqflite_sqlcipher git dependency
2020-03-16 12:58:37 +01:00
David d2c7fef604 Update docs regarding sqlcipher 2020-03-16 10:43:41 +01:00
David 6424bd209c sqflite_sqlcipher dependency 2020-03-15 20:43:10 +01:00
Simon Binder 2f62e13f76
Merge pull request #435 from davidmartos96/master
fix runCustom args in encrypted moor
2020-03-08 21:16:14 +01:00
David 25facaaf18 fix runCustom args in encrypted moor 2020-03-08 20:15:22 +01:00
Simon Binder b2285e04ef
Fix limit clause not being copied to join (#433) 2020-03-08 12:03:34 +01:00
Simon Binder e773adab59
Fix beforeOpen on background isolate (#431) 2020-03-07 17:54:36 +01:00
Simon Binder 808d194939
Merge pull request #425 from davidmartos96/expose_sqflite_db
Expose underlying db in encrypted moor
2020-03-02 22:32:19 +01:00
David Martos dcf09b55d8 Expose underlying db in encrypted moor 2020-03-02 20:46:43 +01:00
Simon Binder aa98774eae
Don't generate double-quoted string literals 2020-02-25 14:15:31 +01:00
Simon Binder 341d03c8f2
moor_flutter: Fix runCustom not using variables 2020-02-23 19:43:11 +01:00
Simon Binder 57fa1d50c6
Release moor and moor_generator 2.4.0, sqlparser 0.7.0 2020-02-12 21:01:41 +01:00
Simon Binder 7fc1671bf8
Fix null pointer in SqlEngine constructor 2020-02-12 19:52:19 +01:00
Simon Binder d851a2b799
web docs: Add example to moor_shared (#382) 2020-02-12 19:18:15 +01:00
Simon Binder b295542a07
Prepare release for 2.4 2020-02-10 19:46:27 +01:00
Simon Binder f58d869ae4
Merge branch 'master' into develop 2020-02-10 19:27:14 +01:00
Simon Binder 814e7bf61d
SqlEngine: Migrate default construtor to options 2020-02-10 18:48:03 +01:00
Simon Binder 04a43b36d6
Handle table aliases in moor_generator 2020-02-10 18:41:02 +01:00
Simon Binder b30c21e577
Mention non-shared builder in changelog 2020-02-08 20:43:57 +01:00
Simon Binder d44004e598
Explain how to use moor with built_value 2020-02-08 15:29:31 +01:00
Simon Binder cd9b7101b4
Optional part builder, example with built_value
See #89
2020-02-06 22:27:54 +01:00
Simon Binder 4002898f26
Remove outdated web example 2020-02-06 22:24:48 +01:00
Simon Binder 81cf26a2b2
Merge pull request #380 from CristianRP/patch-1
Typo in _index.md
2020-02-05 22:55:43 +01:00
Simon Binder c6911ecd86
ci: Install curl for coverage uploading 2020-02-05 22:54:42 +01:00
Simon Binder b143ee5a4b
Refactor sql scoping, make aliased tables explicit 2020-02-05 22:52:45 +01:00
Cristian Ramírez e5e8fbf628
Typo in _index.md 2020-02-05 15:20:01 -06:00
Simon Binder aa52c4ba3d
Analysis for upsert clauses 2020-02-05 12:26:14 +01:00
Simon Binder fee9639511
moor_ffi: Properly implement close() 2020-02-04 19:52:53 +01:00
Simon Binder 2b96100480
Isolates: Throw error when using in closed state 2020-02-04 19:38:45 +01:00
Simon Binder 2205cf3b6e
Revert "Try running analyzer tests in CI"
This reverts commit b62f3c212e.
2020-02-03 22:16:43 +01:00
Simon Binder b62f3c212e
Try running analyzer tests in CI 2020-02-03 21:56:19 +01:00
Simon Binder 8839ec75a8
types2: Inference for upsert clauses 2020-02-03 21:54:49 +01:00
Simon Binder 0c171c3b81
sqlparser: Support upsert clauses (#367) 2020-02-03 21:43:18 +01:00
Simon Binder a5451104a0
Map companions back to models 2020-02-03 19:35:39 +01:00
Simon Binder a43f6bdb91
Tests for pooled connections, move to main lib 2020-02-03 19:13:51 +01:00
Simon Binder 01d48fa0d3
Merge branch 'master' into develop 2020-02-01 22:09:47 +01:00
Simon Binder 2920681ff9
Update example app 2020-02-01 21:40:26 +01:00
Simon Binder d0a969e9cc
Merge branch 'master' of gh:simolus3/moor 2020-02-01 21:35:31 +01:00
Simon Binder 6e8a9c8d92
Merge pull request #371 from davidmartos96/expose_sqflite_db
Expose the underlying sqflite database object
2020-02-01 21:34:30 +01:00
David Martos 9e038a238e fix typo 2020-02-01 16:15:14 +01:00
Simon Binder a00e6d498e
Expand docs, add changelog entry 2020-02-01 16:08:14 +01:00
Simon Binder 9494768a32
Start work on pooled connections 2020-02-01 15:56:30 +01:00
David Martos c924990bc8 Expose the underlying sqflite database object 2020-02-01 15:00:51 +01:00