mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	upgrade to use testfixtures v3 (#11904)
* upgrade to use testfixtures v3 * simplify logic * make vendor * update per @lunny * Update templates/repo/empty.tmpl * Update templates/repo/empty.tmpl Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/mattn/go-sqlite3/sqlite3ext.h
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/mattn/go-sqlite3/sqlite3ext.h
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -323,6 +323,8 @@ struct sqlite3_api_routines { | ||||
|   /* Version 3.28.0 and later */ | ||||
|   int (*stmt_isexplain)(sqlite3_stmt*); | ||||
|   int (*value_frombind)(sqlite3_value*); | ||||
|   /* Version 3.30.0 and later */ | ||||
|   int (*drop_modules)(sqlite3*,const char**); | ||||
| }; | ||||
|  | ||||
| /* | ||||
| @@ -615,6 +617,8 @@ typedef int (*sqlite3_loadext_entry)( | ||||
| /* Version 3.28.0 and later */ | ||||
| #define sqlite3_stmt_isexplain         sqlite3_api->isexplain | ||||
| #define sqlite3_value_frombind         sqlite3_api->frombind | ||||
| /* Version 3.30.0 and later */ | ||||
| #define sqlite3_drop_modules           sqlite3_api->drop_modules | ||||
| #endif /* !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION) */ | ||||
|  | ||||
| #if !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 techknowlogick
					techknowlogick