|
1 | | -Version 0.9 (8 November 2012) |
2 | | -============================= |
3 | | -* Add support for sqlite_open_v2 |
4 | | - |
5 | | -Version 0.8 (24 July 2012) |
6 | | -========================== |
7 | | -* Added (non-incremental) Blob access, and small test. |
8 | | -* Add support for 64-bit Excel 2010. |
9 | | - The SQLiteForExcel_64.xlsm has VBA code that supports 32-bit and 64-bit versions of Excel. |
10 | | -* Updated Distribution version of SQLite3.dll to 3.7.13 and added x64\SQLite3.dll. |
11 | | - |
12 | | -Version 0.7 (25 June 2011) |
13 | | -========================== |
14 | | -* Fixed Unicode string conversion bug. |
15 | | -* Updated Distribution version of SQLite3.dll to 3.7.7. |
16 | | - |
17 | | -Version 0.6 (8 April 2011) |
18 | | -========================== |
19 | | -* Fixed empty string bug. |
20 | | -* Added SQLiteForWord example. |
21 | | -* Updated Distribution version of SQLite3.dll to 3.7.5. |
22 | | - |
23 | | -Version 0.5 (6 August 2010) |
24 | | -=========================== |
25 | | -* Fixed Excel 2003 compatibility - Byte() return becomes Variant. |
26 | | -* Fixed SQLite3ErrCode and SQLite3ExtendedErrCode. |
27 | | -* Added Backup API. |
28 | | -* Updated Distribution version of SQLite3.dll to 3.6.23. |
29 | | - |
30 | | -Version 0.4 (15 January 2010) |
31 | | -============================= |
| 1 | +Version 1.0 (12 March 2016) |
| 2 | +=========================== |
| 3 | +* Fix bug in SQLite3Free when SQLite3Initialize / SQLite3Free is called repeatedly. |
| 4 | +* Fix up demo code to place file under TEMP directory. |
| 5 | +* Update Distribution version of SQLite3.dll to 3.11.1. |
| 6 | +* Update and rebuild SQLite3_StdCall.dll under Visual Studio 2015, with updated sqlite3.h. |
| 7 | + |
| 8 | +Version 0.9 (8 November 2012) |
| 9 | +============================= |
| 10 | +* Add support for sqlite_open_v2 |
| 11 | + |
| 12 | +Version 0.8 (24 July 2012) |
| 13 | +========================== |
| 14 | +* Added (non-incremental) Blob access, and small test. |
| 15 | +* Add support for 64-bit Excel 2010. |
| 16 | + The SQLiteForExcel_64.xlsm has VBA code that supports 32-bit and 64-bit versions of Excel. |
| 17 | +* Updated Distribution version of SQLite3.dll to 3.7.13 and added x64\SQLite3.dll. |
| 18 | + |
| 19 | +Version 0.7 (25 June 2011) |
| 20 | +========================== |
| 21 | +* Fixed Unicode string conversion bug. |
| 22 | +* Updated Distribution version of SQLite3.dll to 3.7.7. |
| 23 | + |
| 24 | +Version 0.6 (8 April 2011) |
| 25 | +========================== |
| 26 | +* Fixed empty string bug. |
| 27 | +* Added SQLiteForWord example. |
| 28 | +* Updated Distribution version of SQLite3.dll to 3.7.5. |
| 29 | + |
| 30 | +Version 0.5 (6 August 2010) |
| 31 | +=========================== |
| 32 | +* Fixed Excel 2003 compatibility - Byte() return becomes Variant. |
| 33 | +* Fixed SQLite3ErrCode and SQLite3ExtendedErrCode. |
| 34 | +* Added Backup API. |
| 35 | +* Updated Distribution version of SQLite3.dll to 3.6.23. |
| 36 | + |
| 37 | +Version 0.4 (15 January 2010) |
| 38 | +============================= |
32 | 39 | * Initial release. |
0 commit comments