Skip to content

Commit a42a954

Browse files
committed
* 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.
1 parent 748ebb0 commit a42a954

File tree

18 files changed

+9321
-6400
lines changed

18 files changed

+9321
-6400
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ipch/
7777
*.opensdf
7878
*.sdf
7979
*.cachefile
80+
*.opendb
8081

8182
# Visual Studio profiler
8283
*.psess

Distribution/ChangeLog.txt

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,39 @@
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+
=============================
3239
* Initial release.

Distribution/SQLite3_StdCall.dll

14.5 KB
Binary file not shown.

Distribution/SQLiteForExcel.xls

44.5 KB
Binary file not shown.
-15 KB
Binary file not shown.

Distribution/SQLiteForWord.doc

6 KB
Binary file not shown.

Distribution/sqlite3.dll

219 KB
Binary file not shown.

Distribution/x64/sqlite3.dll

485 KB
Binary file not shown.

Source/SQLite3VBAModules/Sqlite3.bas

Lines changed: 476 additions & 467 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)