.. |
columns
|
Refactor: Put all query gen code into one compilation unit
|
2019-10-24 21:54:36 +02:00 |
data
|
Always run batches inside a transaction
|
2019-11-27 12:06:19 +01:00 |
engines
|
Write unit tests for DelegateDatabase
|
2019-09-29 16:21:09 +02:00 |
expressions
|
Override hashCode and operator == in common expressions
|
2019-11-16 20:54:34 +01:00 |
parsed_sql
|
Recognize boolean and datetime column in moor
|
2019-10-05 21:24:41 +02:00 |
types
|
Fix warnings (2.6-dev SDK), escape \r, constant workaround
|
2019-10-09 19:48:52 +02:00 |
utils
|
Replace imports of test_api with test
|
2019-09-26 22:52:20 +02:00 |
web
|
Replace imports of test_api with test
|
2019-09-26 22:52:20 +02:00 |
batch_test.dart
|
Always run batches inside a transaction
|
2019-11-27 12:06:19 +01:00 |
custom_queries_test.dart
|
Inject mock streams via .connect constructor
|
2019-10-30 19:25:26 +01:00 |
data_class_test.dart
|
Improve test coverage for query generation
|
2019-11-12 21:16:48 +01:00 |
database_test.dart
|
Warn when a database class isn't used as a singleton
|
2019-11-15 09:52:38 +01:00 |
delete_test.dart
|
Don't write all parentheses (compare precedence, #231)
|
2019-11-08 21:49:23 +01:00 |
error_handling_test.dart
|
Replace imports of test_api with test
|
2019-09-26 22:52:20 +02:00 |
insert_test.dart
|
Remove built_value(_generator) dependency from generator
|
2019-11-04 17:09:21 +01:00 |
isolate_test.dart
|
Collect coverage for the MoorIsolate tests
|
2019-11-13 18:35:48 +01:00 |
join_test.dart
|
Support selecting custom expressions
|
2019-11-16 16:38:02 +01:00 |
schema_test.dart
|
Improve test coverage for query generation
|
2019-11-12 21:16:48 +01:00 |
select_test.dart
|
Don't write all parentheses (compare precedence, #231)
|
2019-11-08 21:49:23 +01:00 |
serialization_test.dart
|
Replace imports of test_api with test
|
2019-09-26 22:52:20 +02:00 |
streams_test.dart
|
Make streams emit errors when they can't fetch data (#233)
|
2019-11-09 16:34:01 +01:00 |
tables_test.dart
|
Replace imports of test_api with test
|
2019-09-26 22:52:20 +02:00 |
transactions_test.dart
|
Inject mock streams via .connect constructor
|
2019-10-30 19:25:26 +01:00 |
update_test.dart
|
Inject mock streams via .connect constructor
|
2019-10-30 19:25:26 +01:00 |