mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-14 22:39:59 +00:00
Test unusable constraints
This commit is contained in:
2
tests/queries/049-unusable-constraint.sql
Normal file
2
tests/queries/049-unusable-constraint.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select nn1.int8_1 from no_nulls1 nn1 join no_nulls2 nn2 using (int8_1) where nn1.int8_1 = 0;
|
||||
0
|
Reference in New Issue
Block a user