Commit Graph

15 Commits

Author SHA1 Message Date
Simon Binder 1546f323b2
Merge branch 'master' into develop
# Conflicts:
#	docs/content/en/docs/Getting started/advanced_dart_tables.md
#	docs/content/en/docs/Using SQL/moor_files.md
#	extras/integration_tests/flutter_db/lib/moor_flutter.dart
#	moor/CHANGELOG.md
#	moor/lib/src/runtime/isolate/client.dart
#	moor/lib/src/runtime/isolate/server.dart
#	moor/pubspec.yaml
#	moor_ffi/test/database/database_test.dart
2020-04-25 12:44:01 +02:00
alex ae2169b131 test: remove solo test 2020-04-20 17:22:53 +02:00
alex 16dbf4d0ef feat: add primary and extended result code to moor_ffi exception 2020-04-20 17:18:59 +02:00
alex 785845fe3c feat: add readOnly support to Database.open 2020-04-20 11:26:10 +02:00
Simon Binder df5553dee4
Add test for sql failure in select, use isA 2020-03-07 11:23:30 +01:00
Simon Binder c8f4f739e9
Support for REGEXP (#410) 2020-03-04 13:48:25 +01:00
Simon Binder aaa0967b6f
More tests for moor_ffi 2020-02-19 14:17:23 +01:00
Simon Binder fa5411fb5d
Enable mathematical functions in moor_ffi (#397) 2020-02-18 22:14:30 +01:00
Simon Binder 1832b59848
Support return values in user defined functions 2020-02-18 21:20:46 +01:00
Simon Binder 2d2d102654
moor_ffi: Support user-defined functions 2020-02-18 21:13:06 +01:00
Simon Binder fee9639511
moor_ffi: Properly implement close() 2020-02-04 19:52:53 +01:00
Simon Binder fc7e9a4522
moor_ffi: Fix reading zeroblobs 2020-01-21 20:37:47 +01:00
Simon Binder cd7a8d6f25
Use 64 bit ints in moor_ffi (#338) 2020-01-12 10:49:30 +01:00
Simon Binder 1974307961
Try to not bind empty blobs to null, doesn't work though 2019-11-14 18:37:24 +01:00
Simon Binder d39f2d9769
ffi: Remove isolate proxy 2019-11-14 18:00:55 +01:00