Commit Graph

1213 Commits

Author SHA1 Message Date
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
Simon Binder fbe061c84d
Support current time literals in the sql parser 2020-02-01 13:18:53 +01:00
Simon Binder f9424470a5
Support int -> double conversion in the default serializer 2020-01-31 10:28:01 +01:00
Simon Binder ff95fc2895
Merge pull request #369 from yshahak/patch-3
Fix import in isolate documentation
2020-01-31 10:18:41 +01:00
Yaakov Shahak 862f7ede1c
wrong import 2020-01-31 09:34:31 +02:00
Simon Binder 48aebc0b54
Fix closing behavior of stream queries in isolates 2020-01-30 23:07:45 +01:00
Simon Binder 68e2b716fe
Support stream queries in transactions (#365) 2020-01-30 22:08:18 +01:00
Simon Binder d1f837c481
Update example app 2020-01-29 22:04:16 +01:00
Simon Binder 01326deb7b
Fix crash when using a no-op transaction (#361) 2020-01-29 22:03:29 +01:00
Simon Binder 7417fd00ff
Use precompiled binaries for moor_ffi 2020-01-29 12:07:35 +01:00
Simon Binder 4df07359f3
Use precompiled binaries for moor_ffi 2020-01-29 11:57:07 +01:00
Simon Binder 87f72380df
Merge branch 'master' into develop 2020-01-29 11:55:40 +01:00
Simon Binder a37a653e43
Support calling join on a JoinedSelectStatement 2020-01-28 21:32:30 +01:00
Simon Binder 727ab4d88a
CI: Disable testing on the web 2020-01-28 20:20:43 +01:00
Simon Binder 956b87d0df
CI: Increase CPU and build memory 2020-01-28 16:33:00 +01:00
Simon Binder b7818c197c
CI: Add dartfmt and dartanalyzer to path 2020-01-27 21:47:42 +01:00
Simon Binder b8e6bc5391
moor_ffi: Upgrade to sqlite 3.31.0 on Android 2020-01-27 21:34:17 +01:00
Simon Binder c3219de989
Tests: Start firefox in headless mode 2020-01-27 19:42:11 +01:00
Simon Binder d4cf9c26eb
Also run tests for moor on chrome and firefox 2020-01-27 16:58:48 +01:00
Simon Binder 80a10c73d8
Test case to ensure legacy updates with data classes work 2020-01-27 14:22:03 +01:00
Simon Binder 75e48303e8
Add changelog entry for table-valued functions 2020-01-26 15:40:09 +01:00