Commit Graph

76 Commits

Author SHA1 Message Date
Simon Binder e4fa5fb936
Begin migration to sqlite3 package 2020-07-08 19:04:57 +02:00
Simon Binder 634d1318e0
Add empty Android plugin class to moor_ffi 2020-07-03 12:10:37 +02:00
Simon Binder 3a558c3d1d
Prepare moor 3.2, moor_ffi 0.7 release 2020-06-28 17:27:32 +02:00
Simon Binder e6a51b5ac4
moor_ffi: Build with latest sqlite3 and rtree 2020-06-24 17:47:14 +02:00
Simon Binder d881659db6
Support flags in regexp (#644) 2020-06-22 22:20:43 +02:00
Simon Binder cbde252b50
moor_ffi: Assert right parameter count (#608) 2020-06-05 13:12:07 +02:00
Simon Binder bd32d470ea
moor_ffi: Support nullable args to REGEXP (#610) 2020-05-31 17:48:37 +02:00
Simon Binder 4e2379b2ed
Throw error on invalid argument type (#607) 2020-05-30 12:35:12 +02:00
Simon Binder 58ea47a4c2
Add missing return to resultNum 2020-05-19 20:58:52 +02:00
Simon Binder 65f02cb22c
Prepare 3.1 release of moor, 0.6 or moor_ffi, 0.9 of sqlparser 2020-05-18 20:45:48 +02:00
Simon Binder 4611ecc3c8
moor_ffi: Workaround to load sqlite3 on old Android devices 2020-05-12 19:41:16 +02:00
Simon Binder e30bdd2acf
Support case sensitive contains (#527) 2020-05-07 18:59:12 +02:00
Simon Binder 727c30aa6b
Release moor 3.0 and moor_ffi 0.5.0 2020-05-03 14:39:47 +02:00
Simon Binder d3c4eac166
First release preparation for moor 3.0 2020-05-02 14:50:04 +02:00
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
Simon Binder 821d1620cd
Run batch statements in the right order 2020-04-24 20:09:46 +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 09c8f2b6b1 typo: is 'opened' 2020-04-20 11:28:21 +02:00
alex 785845fe3c feat: add readOnly support to Database.open 2020-04-20 11:26:10 +02:00
Simon Binder 97127782b2
Fix CI pub get and analysis 2020-03-15 15:06:10 +01:00
Simon Binder 60d3bf05e1
Remove coupling between QueryExecutor and generated db
Closes #372
2020-03-15 14:55:02 +01:00
Simon Binder df5553dee4
Add test for sql failure in select, use isA 2020-03-07 11:23:30 +01:00
Simon Binder 4727f1f5ea
Merge branch 'develop' into throw-meaningful-error-on-prepared-statement 2020-03-07 11:10:05 +01:00
Pawel Polanski bd4034e7c7 Do not swallow error when executing prepared statement 2020-03-06 23:06:13 +01:00
Pawel Polanski ccd7f9d244 More detailed SqliteException explanations 2020-03-06 23:04:56 +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 b266e5e53f
Collect coverage for moor_ffi (#400) 2020-02-19 13:00:03 +01:00
Simon Binder 0440e1bc5b
Mark additional moor_ffi functions as deterministic 2020-02-19 12:47:57 +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 4df07359f3
Use precompiled binaries for moor_ffi 2020-01-29 11:57:07 +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 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 144147795f
ci: Don't analyze moor_flutter, but analyze moor_ffi 2020-01-04 17:13:23 +01:00
Simon Binder 10b41bafe4
Prepare changelog and pubspec for moor_ffi 0.3.1 2019-12-25 13:36:09 +01:00
Simon Binder 4910736730
Test to verify changing dylib opening behavior 2019-12-25 13:34:08 +01:00
Simon Binder c15c4738a6
Merge pull request #298 from negator/override_dylib
[moor_ffi] Implement overrideForAll and overrideFor
2019-12-25 13:27:31 +01:00
Naveen Gattu b928e34a11
implement overrideForAll and overrideFor 2019-12-24 15:30:15 -08:00
Simon Binder 8e144c69e0
Start writing some low-level benchmarks 2019-12-23 20:00:48 +01:00
Simon Binder e01b7a1b88
Remove author from pubspec, bump version for next release 2019-12-23 12:52:46 +01:00
Simon Binder 4803e81944
Set correct version in moor_ffi package 2019-12-18 21:59:28 +01:00
Simon Binder 875d08f8a1
Prepare changelog and pubspec for moor_ffi release 2019-12-18 20:41:28 +01:00
Simon Binder 3eaa5b5352
Simplify moor_ffi android build script 2019-12-18 15:54:49 +01:00
Simon Binder 2d1d899c71
Use nullptr.cast() instead of nullptr
This can speed up performance when binding strings
2019-12-13 23:15:16 +01:00
Simon Binder 54f4fd73e8
Revert analyzer workaround, a fixed version is out 2019-12-09 12:16:18 +01:00