1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-12 22:29:58 +00:00

more tests

This commit is contained in:
Colin Dellow
2018-07-05 21:28:58 -04:00
parent dcaaf2ab80
commit 6a35bf41df
4 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
select quote(binary_9) from nulls where rowid = 2 and binary_9 is not X'00'
X'0101'

View File

@@ -0,0 +1 @@
select quote(binary_9) from nulls where rowid = 1 and binary_9 is not X'00'

View File

@@ -0,0 +1,2 @@
select count(*) from nulls where binary_9 not null
50

View File

@@ -0,0 +1,2 @@
select count(*) from nulls where not binary_9 not null
49