drift/moor/test
Simon Binder 00b2956b35
Allow data class names to be overridden in sql
Closes #147
2019-09-17 15:23:24 +02:00
..
columns Fix generation of PRIMARY KEY constraint on int column 2019-08-23 23:07:31 +02:00
data Allow data class names to be overridden in sql 2019-09-17 15:23:24 +02:00
expressions Support writing string literals from Constant<String> 2019-09-06 22:37:15 +02:00
parsed_sql Allow data class names to be overridden in sql 2019-09-17 15:23:24 +02:00
types Ensure BoolType maps null values correctly 2019-08-19 16:16:34 +02:00
utils Use explicit indices for array parameters 2019-08-15 21:26:27 +02:00
web Fix (and then, use) the binary encoding to persist data 2019-07-10 19:14:55 +02:00
custom_queries_test.dart Support custom insert statements at runtime 2019-08-29 15:52:29 +02:00
database_test.dart Report lints about invalid Dart Templates in SQL 2019-09-15 11:59:47 +02:00
delete_test.dart Implement transactions 2019-03-31 17:06:22 +02:00
error_handling_test.dart Migrate tests to companion 2019-06-21 20:29:42 +02:00
insert_test.dart API and parser for custom types 2019-07-18 12:02:16 +02:00
join_test.dart Keep where and limit clauses after join() 2019-06-15 14:15:19 +02:00
schema_test.dart Support absent values on INTEGER PRIMARY KEY 2019-08-23 22:50:15 +02:00
select_test.dart Fix order in limit expressions with comma 2019-07-10 17:29:03 +02:00
serialization_test.dart Fix deserialization of null datetime values 2019-06-27 09:37:51 +02:00
streams_test.dart Fixes related to the new dialects feature 2019-07-29 15:46:00 +02:00
tables_test.dart Make tables implement equals and hashCode 2019-07-11 22:02:46 +02:00
transactions_test.dart Breaking changes for the upcoming version 2019-09-13 21:04:15 +02:00
update_test.dart Apply defaults for absent values during replace 2019-06-25 22:36:31 +02:00