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
dcaaf2ab80
commit
6a35bf41df
2
tests/templates/163-blob-is-not.sql
Normal file
2
tests/templates/163-blob-is-not.sql
Normal file
@ -0,0 +1,2 @@
|
||||
select quote(binary_9) from nulls where rowid = 2 and binary_9 is not X'00'
|
||||
X'0101'
|
1
tests/templates/164-blob-is-not.sql
Normal file
1
tests/templates/164-blob-is-not.sql
Normal file
@ -0,0 +1 @@
|
||||
select quote(binary_9) from nulls where rowid = 1 and binary_9 is not X'00'
|
2
tests/templates/165-not-null.sql
Normal file
2
tests/templates/165-not-null.sql
Normal file
@ -0,0 +1,2 @@
|
||||
select count(*) from nulls where binary_9 not null
|
||||
50
|
2
tests/templates/166-not-not-null.sql
Normal file
2
tests/templates/166-not-not-null.sql
Normal file
@ -0,0 +1,2 @@
|
||||
select count(*) from nulls where not binary_9 not null
|
||||
49
|
Loading…
x
Reference in New Issue
Block a user