Commit Graph

1528 Commits

Author SHA1 Message Date
Simon Binder 00cbda445c
Merge pull request #986 from cervonwong/patch-9
Update columns.dart to fix typo in doc comments
2020-12-27 15:24:33 +01:00
Cervon Wong de8c6dff0f
Update columns.dart to fix typo in doc comments
Not sure which word is meant to be used, but fixed up the phrasing to make it sound better.
2020-12-27 10:38:10 +08:00
Simon Binder ec6dd36111
Remove dependency override for mockito 2020-12-22 19:45:15 +01:00
Simon Binder a5f1db2794
Merge pull request #985 from CDDelta/firefox-private-fix
Correctly fallback to LocalStorage in private mode on Firefox when using indexedDbIfSupported()
2020-12-22 15:10:34 +01:00
CDDelta 13fcc75b1c fallback indexedDbIfSupported in private mode on FF 2020-12-22 20:44:17 +11:00
Simon Binder 22c38aa911
Support newer versions of cli_util 2020-12-21 13:21:24 +01:00
Simon Binder 8dffd4fe96
Merge pull request #980 from cervonwong/patch-7
Update writing_queries.md to fix grammar
2020-12-20 12:47:15 +01:00
Cervon Wong c8877f3d4f
Update writing_queries.md to fix grammar
Sounded weird.
2020-12-20 11:38:05 +08:00
Simon Binder fa0cda6ffe
Add regression test for #978 2020-12-19 17:34:32 +01:00
Simon Binder 8ff6e0d941
Merge pull request #975 from cervonwong/patch-3
Update testing.md to make Windows testing docs clearer
2020-12-18 12:35:20 +01:00
Cervon Wong f6f17de702
Update testing.md to make Windows testing docs clearer
I got errors before realizing that I needed to restart my device.
2020-12-18 11:12:35 +08:00
Simon Binder 1655bcc69f
Recognize withoutRowId in Dart tables (#972) 2020-12-17 19:49:08 +01:00
Simon Binder c47471a3db
Test for migrations on without rowid tables 2020-12-16 19:26:10 +01:00
Simon Binder 36edcf0ed6
Make getSingle() and watchSingle() non-nullable 2020-12-14 20:22:27 +01:00
Simon Binder d9cf6660ec
Allow Expression<bool?> in more places 2020-12-14 19:43:32 +01:00
Simon Binder 6aa022e547
Add nullability hints, generate nullable variables 2020-12-14 18:35:19 +01:00
Simon Binder efe0df519b
Improve type inference around IS expressions 2020-12-14 17:48:50 +01:00
Simon Binder 5db10342b0
Fix nnbd generation around type converters (#968) 2020-12-14 15:13:59 +01:00
Simon Binder a749f38e2b
Make columns from LEFT OUTER joins nullable 2020-12-12 23:22:21 +01:00
Simon Binder 5dde4ad616
Fix git references in pubspec 2020-12-12 21:36:41 +01:00
Simon Binder 1d0cba14cd
Merge types2 and rest of types 2020-12-12 21:31:27 +01:00
Simon Binder 0dddd33c45
Add test for daos with invalid types (#967) 2020-12-12 20:34:01 +01:00
Simon Binder fea1692a6e
Support latest analyzer, use regular plugin package 2020-12-12 20:00:54 +01:00
Simon Binder 5eda201749
Remove legacy type inference 2020-12-12 19:55:43 +01:00
Simon Binder 6701939843
Merge pull request #966 from victorcatn/patch-1
add warning about the generated compare method
2020-12-12 10:10:47 +01:00
victorcatn 6fb0d6f500
add warning about the generated compare method 2020-12-12 00:23:24 -05:00
Simon Binder 9025280a89
Migrate sqlparser to null safety 2020-12-11 10:53:17 +01:00
Simon Binder 5401a4c80a
Publish dev packages to simonbinder.eu 2020-12-10 15:19:02 +01:00
Simon Binder 0fe04c94ce
Merge pull request #957 from ycherniavskyi/fix-doc-comments-typo
Fix UseDao class doc comments typo
2020-12-08 11:51:24 +01:00
Simon Binder 1edcc634b1
Fix bug with VmDatabase.opened 2020-12-07 22:03:55 +01:00
Simon Binder 42ba773422
Consequently upgrade dev version to 4.0.0 2020-12-07 21:30:15 +01:00
Simon Binder 47b8989318
More analyzer workarounds (#959) 2020-12-07 21:18:27 +01:00
Yurii Cherniavskyi f559212c11 Fix UseDao class doc comments typo 2020-12-04 23:56:42 +02:00
Simon Binder cf8215ecfe
Add Migrator.renameTable (#956) 2020-12-04 21:15:43 +01:00
Simon Binder 74fc2cea3d
Merge pull request #924 from simolus3/nnbd
Migrate core package to null safety
2020-12-04 20:09:35 +01:00
Simon Binder 35d2d1fca8
Merge branch 'develop' into nnbd
# Conflicts:
#	moor/test/data/tables/custom_tables.g.dart
2020-12-04 20:01:22 +01:00
Simon Binder 8caedd2cfa
Merge pull request #951 from cervonwong/patch-4
Update documentation to fix typos and improve phrasing
2020-12-01 10:55:44 +01:00
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