mirror of
				https://github.com/cldellow/sqlite-parquet-vtable.git
				synced 2025-11-04 02:39:56 +00:00 
			
		
		
		
	more tests
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
		Reference in New Issue
	
	Block a user