Skip to content

Releases: vpaesa/xlsxsqlite

xlsxsqlite-0.2.3045001

04 Feb 18:49
2d099c0
Compare
Choose a tag to compare

My code version is 0.2 (it uses zipfile SQLite extension instead of minizip library), applied onto SQLite version 3.45.1

Extensions included as .DLL (not mine, but from other people):

SQLite misc extensions: csv
Little Brother: ora, exec, odbc, xml, test
Keith Medcalf: vsv
jakethaw: pivot_vtab
David Jones: xlsxvtab
Christian Werner: impexp, blobtoxy, xpath

See the compilation recipe at https://github.com/vpaesa/xlsxsqlite/blob/master/compile.sh

xlsxsqlite-0.2.3042000

25 Sep 16:47
a76e7f3
Compare
Choose a tag to compare

My code version is 0.2 (it uses zipfile SQLite extension instead of minizip library), applied onto SQLite version 3.42.0

Extensions included as .DLL (not mine, but from other people):

SQLite misc extensions: csv
Little Brother: ora, exec, odbc, xml, test
Keith Medcalf: vsv
jakethaw: pivot_vtab
David Jones: xlsxvtab
Christian Werner: impexp, blobtoxy, xpath

See the compilation recipe at https://github.com/vpaesa/xlsxsqlite/blob/master/compile.sh

xlsxsqlite-0.2.3036000

08 Sep 12:17
81c13ba
Compare
Choose a tag to compare

My code version is 0.2 (it uses zipfile SQLite extension instead of minizip library), applied onto SQLite version 3.36.0

Extensions included as .DLL (not mine, but from other people):

SQLite misc extensions: csv
Little Brother: ora, exec, odbc, xml, test
Keith Medcalf: vsv
jakethaw: pivot_vtab
David Jones: xlsxvtab
vorchunpaul: util
See the compilation recipe at https://github.com/vpaesa/xlsxsqlite/blob/master/compile.sh

xlsxsqlite-0.1.3036000

10 Aug 17:53
Compare
Choose a tag to compare

My code version is 0.1, applied onto SQLite version 3.36.0

Extensions included (not mine, but from other people):

See the compilation recipe at https://github.com/vpaesa/xlsxsqlite/blob/master/compile.sh

xlsxsqlite-0.1.3035005

17 May 17:29
e9d223a
Compare
Choose a tag to compare

My code version is 0.1, applied onto SQLite version 3.35.5

See the compilation recipe at https://github.com/vpaesa/xlsxsqlite/blob/master/compile.sh

xlsxsqlite-0.1.3025002

30 Sep 16:33
Compare
Choose a tag to compare

My code version is 0.1, applied onto SQLite version 3.25.2

Compiled with:

/usr/bin/x86_64-w64-mingw32-gcc -Os -I.
-DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5
-DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_EXPLAIN_COMMENTS
-DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY
shell.c sqlite3.c -lexpat -lpthread -o xlsxsqlite

/usr/bin/x86_64-w64-mingw32-strip xlsxsqlite.exe

xlsxsqlite-0.1.3025001

25 Sep 16:11
Compare
Choose a tag to compare

My code version is 0.1, applied onto SQLite version 3.25.1

Compiled with:

/usr/bin/x86_64-w64-mingw32-gcc -Os -I. \
-DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 \
-DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_EXPLAIN_COMMENTS \
-DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY \
shell.c sqlite3.c -lexpat -lpthread -o xlsxsqlite.exe

/usr/bin/x86_64-w64-mingw32-strip xlsxsqlite.exe

xlsxsqlite-0.1.3024000

14 Aug 10:57
Compare
Choose a tag to compare

First binary release.
My code version is 0.1, applied onto SQLite version 3.24.0