mirror of
				https://github.com/glebarez/go-sqlite.git
				synced 2025-10-31 11:06:26 +08:00 
			
		
		
		
	update all targets but darwin/arm64 to SQLite 3.36, updates #23
This commit is contained in:
		
							
								
								
									
										6
									
								
								testdata/tcl/misc7.test
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								testdata/tcl/misc7.test
									
									
									
									
										vendored
									
									
								
							| @@ -280,19 +280,19 @@ ifcapable explain { | ||||
|     SELECT * FROM abc AS t2 WHERE rowid = 1; | ||||
|   } { | ||||
|   QUERY PLAN | ||||
|   `--SEARCH TABLE abc AS t2 USING INTEGER PRIMARY KEY (rowid=?) | ||||
|   `--SEARCH t2 USING INTEGER PRIMARY KEY (rowid=?) | ||||
| } | ||||
|   do_eqp_test misc7-14.2 { | ||||
|     SELECT * FROM abc AS t2 WHERE a = 1; | ||||
| } { | ||||
|   QUERY PLAN | ||||
|   `--SEARCH TABLE abc AS t2 USING INDEX sqlite_autoindex_abc_1 (a=?) | ||||
|   `--SEARCH t2 USING INDEX sqlite_autoindex_abc_1 (a=?) | ||||
| } | ||||
|   do_eqp_test misc7-14.3 { | ||||
|     SELECT * FROM abc AS t2 ORDER BY a; | ||||
|   } { | ||||
|   QUERY PLAN | ||||
|   `--SCAN TABLE abc AS t2 USING INDEX sqlite_autoindex_abc_1 | ||||
|   `--SCAN t2 USING INDEX sqlite_autoindex_abc_1 | ||||
| } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jan Mercl
					Jan Mercl