Probably fix SQLITE_BUSY errors
This commit is contained in:
		
							parent
							
								
									37a337bcec
								
							
						
					
					
						commit
						80da7a6375
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -73,6 +73,11 @@ SQLiteStmt::Use::Use(SQLiteStmt & stmt) | |||
|     sqlite3_reset(stmt); | ||||
| } | ||||
| 
 | ||||
| SQLiteStmt::Use::~Use() | ||||
| { | ||||
|     sqlite3_reset(stmt); | ||||
| } | ||||
| 
 | ||||
| SQLiteStmt::Use & SQLiteStmt::Use::operator () (const std::string & value, bool notNull) | ||||
| { | ||||
|     if (notNull) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue