Commit Graph

1541 Commits

Author SHA1 Message Date
Cervon Wong a491c74f9f
Update documentation to fix typos and improve phrasing 2020-12-01 17:18:54 +08:00
Simon Binder 472560684a
Improve documentation of withLength (#947) 2020-12-01 09:21:43 +01:00
Simon Binder 291508c41a
Merge pull request #948 from cervonwong/patch-2
Update advanced_dart_tables.md to fix typo
2020-12-01 09:06:25 +01:00
Cervon Wong 824de72019
Update advanced_dart_tables.md to fix typo
Colum -> Column
2020-12-01 13:24:27 +08:00
Simon Binder 19ddc6217d
Merge pull request #945 from cervonwong/patch-1
Update web.md to fix spelling
2020-11-30 15:55:50 +01:00
Cervon Wong 7ca7e9568e
Update web.md to fix spelling
IndexeDb -> IndexedDb
2020-11-30 18:13:54 +08:00
Simon Binder 3602ba43b4
Merge pull request #938 from davidmartos96/nnbd
nnbd migration of encrypted_moor and moor_flutter
2020-11-27 13:02:17 +01:00
Simon Binder 333315bcfa
Merge pull request #939 from Milvintsiss/patch-1
Update platforms.md
2020-11-27 12:57:39 +01:00
Le Stradic Paul 7891767784
Update platforms.md 2020-11-26 23:13:18 +01:00
David Martos 7d0b2db2a2 nnbd migration of encrypted_moor and moor_flutter 2020-11-26 18:45:29 +01:00
Simon Binder 87d6e2ad31
Remove some usages of dynamic 2020-11-26 17:22:59 +01:00
Simon Binder 0259fd58fd
Support older versions of the convert package too 2020-11-26 16:59:06 +01:00
Simon Binder e01ae3f716
Merge pull request #936 from davidmartos96/nnbd
sqflite_sqlcipher nnbd version
2020-11-25 17:58:06 +01:00
Simon Binder f5578e158c
Also run GitHub workflow for pull requests 2020-11-25 17:57:36 +01:00
David Martos 439f36ca85 sqflite_sqlcipher nnbd version 2020-11-25 17:24:47 +01:00
Simon Binder 0c075a2b44
Support overriding column getters and table classes (#932) 2020-11-23 20:01:31 +01:00
Simon Binder a73b9334b6
Reduce usages of covariant 2020-11-23 19:00:29 +01:00
Simon Binder 51e62d4e2f
Run tests with null assertions enabled 2020-11-22 17:40:53 +01:00
Simon Binder 1cca22bc56
Merge pull request #928 from billyeh/patch-1
Fix typo: s/aller/all
2020-11-21 12:04:29 +01:00
Bill Yeh 7e20a49655
Fix typo: s/aller/all 2020-11-20 22:04:53 -08:00
Simon Binder ca41c38272
Don't collect coverage in CI 2020-11-20 20:30:21 +01:00
Simon Binder e067b00375
Delete Cirrus CI files 2020-11-20 20:02:12 +01:00
Simon Binder 05feecf32c
Don't run isolate tests in GitHub actions 2020-11-20 19:36:03 +01:00
Simon Binder 9e60acfe18
Fix new errors from GitHub actions 2020-11-20 18:25:53 +01:00
Simon Binder a5ca7e745f
Add more dependency overrides 2020-11-20 18:14:39 +01:00
Simon Binder 45f11fb737
Fix typo in GitHub CI 2020-11-20 18:04:07 +01:00
Simon Binder 8d6d1727fb
Setup CI in GitHub actions 2020-11-20 18:01:18 +01:00
Simon Binder d0a1ba04e2
Use right Dart binary for tests, ugh 2020-11-19 22:43:07 +01:00
Simon Binder c714ca54d4
Run moor tests individually 2020-11-19 22:22:18 +01:00
Simon Binder f872152a75
Document comunity tools 2020-11-19 21:08:15 +01:00
Simon Binder 0c9f3a3286
Fix tests for null safety 2020-11-19 18:10:43 +01:00
Simon Binder 01258d25ab
Fix nnbd code emitted by the generator 2020-11-19 14:06:51 +01:00
Simon Binder aec69a357a
Migrate to generated mockito 2020-11-18 22:53:27 +01:00
Simon Binder 13056b0cf6
Migrate core libraries 2020-11-18 17:07:05 +01:00
Simon Binder 0ef7353df5
Setup CI with Dart 2.12 beta 2020-11-18 10:53:20 +01:00
Simon Binder 66a2cd0b09
Explain that autoIncrement and primaryKey are incompatible 2020-11-18 10:39:23 +01:00
Simon Binder a0821bd97a
Document logStatements parameter 2020-11-16 17:23:03 +01:00
Simon Binder b2ef4ddbcf
Optionally generate named parameters (#918) 2020-11-16 17:03:22 +01:00
Simon Binder bf7a8bc872
Fix resolving some references (#917) 2020-11-16 16:22:18 +01:00
Simon Binder 0c1909b2f0
Improve docs for Dart in SQL (#915) 2020-11-14 17:49:10 +01:00
Simon Binder 6c913a4811
Support raw statements in migration tests (#909) 2020-11-14 12:26:01 +01:00
Simon Binder d44699f0ee
Start writing some unit tests for schema verification 2020-11-13 18:06:42 +01:00
Simon Binder 708033c88c
Fix verifier migrating to the latest version 2020-11-12 21:41:45 +01:00
Simon Binder 08470abd47
Fix VmDatabase.opened reporting wrong open status 2020-11-11 18:29:45 +01:00
Simon Binder 5ebc7a9040
Escape keywords with double instead of backticks 2020-11-11 18:22:59 +01:00
Simon Binder c7669a18a0
Fix more bugs in schema verification tests 2020-11-11 11:36:19 +01:00
Simon Binder b9c007f782
Add VmDatabase.opened factory 2020-11-11 10:59:03 +01:00
Simon Binder bac3781a44
Merge pull request #912 from fryette/patch-1
Update documentation
2020-11-09 19:12:27 +01:00
Eugeny Sampir bf69b3cac1
Update writing_queries.md 2020-11-09 20:59:04 +03:00
Simon Binder f83aa1a35a
Add moor-file based table to migration example 2020-11-09 18:55:45 +01:00