Releases: vpaesa/xlsxsqlite
xlsxsqlite-0.2.3045001
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
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
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
My code version is 0.1, applied onto SQLite version 3.36.0
Extensions included (not mine, but from other people):
- SQLite misc extensions: csv, zipfile
- 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.3035005
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
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
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
First binary release.
My code version is 0.1, applied onto SQLite version 3.24.0