mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-29 04:22:24 -05:00 
			
		
		
		
	updates exported interface types to match ncruces/go-sqlite3/driver methods (#3440)
This commit is contained in:
		
					parent
					
						
							
								4fcea3d6ae
							
						
					
				
			
			
				commit
				
					
						3ad49f7718
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -198,6 +198,7 @@ type stmtIface interface { | |||
| 	driver.Stmt | ||||
| 	driver.StmtExecContext | ||||
| 	driver.StmtQueryContext | ||||
| 	driver.NamedValueChecker | ||||
| } | ||||
| 
 | ||||
| // RowsIface is the driver.Rows interface | ||||
|  | @ -207,4 +208,5 @@ type stmtIface interface { | |||
| type rowsIface interface { | ||||
| 	driver.Rows | ||||
| 	driver.RowsColumnTypeDatabaseTypeName | ||||
| 	driver.RowsColumnTypeNullable | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue