mirror of https://github.com/AMT-Cheif/drift.git
This adds support for table names and table-valued function invocations as right-hand targets in `IN` expressions. The lint for row values around `IN` expressions is updated to only report warnings if there's an actual mismatch in the amount of columns. Closes https://github.com/simolus3/drift/issues/2948 |
||
---|---|---|
.. | ||
all_columns_are_generated_test.dart | ||
compound_column_mismatch_test.dart | ||
create_table_errors_test.dart | ||
duplicate_primary_key_test.dart | ||
invalid_parameter_count_test.dart | ||
limit_or_order_by_in_compound_test.dart | ||
misc_test.dart | ||
raise_outside_of_triggers_test.dart | ||
returning_test.dart | ||
row_value_misuse_test.dart | ||
syntax_error_test.dart | ||
unsupported_test.dart | ||
update_column_name_list_count_mismatch_test.dart | ||
utils.dart | ||
values_select_count_mismatch_test.dart | ||
view_column_names_mismatch_test.dart | ||
write_to_generated_column.dart |