drift/sqlparser/test/utils
Simon Binder c6f0fa27aa
sqlparser: Extend support for `IN` expressions
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
2024-04-12 17:36:31 +02:00
..
ast_quality_test.dart Fix broken iterable comparison in sqlparser 2021-12-02 13:10:53 +01:00
find_referenced_tables_test.dart Forbid unqualified access to aliases in triggers 2024-01-01 19:18:04 +01:00
node_to_text_test.dart sqlparser: Extend support for `IN` expressions 2024-04-12 17:36:31 +02:00