Skip to content

Commit

Permalink
* Fix bug in SQLite3Free when SQLite3Initialize / SQLite3Free is call…
Browse files Browse the repository at this point in the history
…ed repeatedly.

* Fix up demo code to place file under TEMP directory.
* Update Distribution version of SQLite3.dll to 3.11.1.
* Update and rebuild SQLite3_StdCall.dll under Visual Studio 2015, with updated sqlite3.h.
  • Loading branch information
govert committed Mar 12, 2016
1 parent 748ebb0 commit a42a954
Show file tree
Hide file tree
Showing 18 changed files with 9,321 additions and 6,400 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ ipch/
*.opensdf
*.sdf
*.cachefile
*.opendb

# Visual Studio profiler
*.psess
Expand Down
69 changes: 38 additions & 31 deletions Distribution/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
Version 0.9 (8 November 2012)
=============================
* Add support for sqlite_open_v2

Version 0.8 (24 July 2012)
==========================
* Added (non-incremental) Blob access, and small test.
* Add support for 64-bit Excel 2010.
The SQLiteForExcel_64.xlsm has VBA code that supports 32-bit and 64-bit versions of Excel.
* Updated Distribution version of SQLite3.dll to 3.7.13 and added x64\SQLite3.dll.

Version 0.7 (25 June 2011)
==========================
* Fixed Unicode string conversion bug.
* Updated Distribution version of SQLite3.dll to 3.7.7.

Version 0.6 (8 April 2011)
==========================
* Fixed empty string bug.
* Added SQLiteForWord example.
* Updated Distribution version of SQLite3.dll to 3.7.5.

Version 0.5 (6 August 2010)
===========================
* Fixed Excel 2003 compatibility - Byte() return becomes Variant.
* Fixed SQLite3ErrCode and SQLite3ExtendedErrCode.
* Added Backup API.
* Updated Distribution version of SQLite3.dll to 3.6.23.

Version 0.4 (15 January 2010)
=============================
Version 1.0 (12 March 2016)
===========================
* Fix bug in SQLite3Free when SQLite3Initialize / SQLite3Free is called repeatedly.
* Fix up demo code to place file under TEMP directory.
* Update Distribution version of SQLite3.dll to 3.11.1.
* Update and rebuild SQLite3_StdCall.dll under Visual Studio 2015, with updated sqlite3.h.

Version 0.9 (8 November 2012)
=============================
* Add support for sqlite_open_v2

Version 0.8 (24 July 2012)
==========================
* Added (non-incremental) Blob access, and small test.
* Add support for 64-bit Excel 2010.
The SQLiteForExcel_64.xlsm has VBA code that supports 32-bit and 64-bit versions of Excel.
* Updated Distribution version of SQLite3.dll to 3.7.13 and added x64\SQLite3.dll.

Version 0.7 (25 June 2011)
==========================
* Fixed Unicode string conversion bug.
* Updated Distribution version of SQLite3.dll to 3.7.7.

Version 0.6 (8 April 2011)
==========================
* Fixed empty string bug.
* Added SQLiteForWord example.
* Updated Distribution version of SQLite3.dll to 3.7.5.

Version 0.5 (6 August 2010)
===========================
* Fixed Excel 2003 compatibility - Byte() return becomes Variant.
* Fixed SQLite3ErrCode and SQLite3ExtendedErrCode.
* Added Backup API.
* Updated Distribution version of SQLite3.dll to 3.6.23.

Version 0.4 (15 January 2010)
=============================
* Initial release.
Binary file modified Distribution/SQLite3_StdCall.dll
Binary file not shown.
Binary file modified Distribution/SQLiteForExcel.xls
Binary file not shown.
Binary file modified Distribution/SQLiteForExcel_64.xlsm
Binary file not shown.
Binary file modified Distribution/SQLiteForWord.doc
Binary file not shown.
Binary file modified Distribution/sqlite3.dll
Binary file not shown.
Binary file modified Distribution/x64/sqlite3.dll
Binary file not shown.
943 changes: 476 additions & 467 deletions Source/SQLite3VBAModules/Sqlite3.bas

Large diffs are not rendered by default.

Loading

0 comments on commit a42a954

Please sign in to comment.