mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-30 21:38:57 +08:00 
			
		
		
		
	Update changelog
This commit is contained in:
		| @@ -44,3 +44,4 @@ rusqlite contributors | ||||
| * [Tom](https://github.com/bedax) | ||||
| * [Hampus Bengtsson](https://github.com/miniyou) | ||||
| * [casret](https://github.com/casret) | ||||
| * [Kornel](https://github.com/kornelski) | ||||
|   | ||||
| @@ -8,6 +8,7 @@ It would be wise to run rustfmt just after merging all the relevant PRs... | ||||
| * BREAKING CHANGE: Replace column index/count type (i32) with usize. | ||||
| * BREAKING CHANGE: Replace parameter index/count type (i32) with usize. | ||||
| * BREAKING CHANGE: Replace row changes/count type (i32) with usize. | ||||
| * Bugfix: Commit failure unhandled, database left in unusable state (#366). | ||||
| * Update the bundled SQLite version to 3.24.0 (#326). | ||||
| * Add DropBehavior::Panic to enforce intentional commit or rollback. | ||||
| * Implement `sqlite3_update_hook` (#260, #328), `sqlite3_commit_hook` and `sqlite3_rollback_hook`. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user