mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-07 09:59:45 +00:00
more tests
This commit is contained in:
parent
6a35bf41df
commit
025320d525
2
tests/templates/167-double-is-not-null.sql
Normal file
2
tests/templates/167-double-is-not-null.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
select count(*) from nulls where double_6 is not null
|
||||||
|
49
|
2
tests/templates/168-double-is-not-99.sql
Normal file
2
tests/templates/168-double-is-not-99.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
select count(*) from nulls where double_6 is not 99.0
|
||||||
|
98
|
Loading…
x
Reference in New Issue
Block a user