-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
23 lines (18 loc) · 764 Bytes
/
Copy pathChangeLog
File metadata and controls
23 lines (18 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2022-09-04 14:40 johannes.milczewski
* Bumped version to 0.4
Bug fix: missing values on UPDATE entries in _sqlite_undo
2009-07-19 08:00 snaunton
* Bumped version to 0.3
Incorporated most of Alexey Pechnikov's changes
Use #defines to define table name
Updated documentation
Removed autotools stuff
2009-07-11 14:25 snaunton
* Bumped version to 0.2
Bug fix: Use rowids as ids in undo triggers (WTF was I thinking?)
Bug fix: Only undoable queries get entered into _undo now
Removed more unnecessary "WTF was I thinking!?!?!" code
Use #defines instead of array for error messages
Added prefixes and code to allow static builds inside sqlite3
- thanks to Alexey Pechnikov for pointing me towards this
Re-wrote documentation