Skip to content

Releases: voltrondata/sqlflite

v1.3.1

02 Apr 16:14
666b728
Compare
Choose a tag to compare
Closes #33 (#34)

v1.3.0

19 Mar 22:43
Compare
Choose a tag to compare
Attempt at fixing CI for jemalloc static library compile for DuckDB

v1.2.6

08 Mar 14:52
Compare
Choose a tag to compare
Updated Arrow to 15.0.1

v1.2.5

04 Mar 19:01
Compare
Choose a tag to compare
Misc fixes.

v1.2.3

04 Mar 14:45
72360f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.3

v1.2.1

29 Feb 17:15
6280bfb
Compare
Choose a tag to compare
Add flight sql client (#30)

* Added flight_sql_client, and renamed flight_sql executable to: flight_sql_server

* Updated Python Docker image to 3.11.8

* Added gflags library to CI/Dockerfile

* Fix sign/notarize

* Remove signing of client app

* Fixing pgrep command in test_flight_sql.sh

* Fixing pgrep command in test_flight_sql.sh, again

* Attempting to sign client again (with modified action)

* Added mTLS support in flight_sql_client.  Updated README.md with instructions on how to use the client.

v1.2.0

13 Feb 17:16
Compare
Choose a tag to compare

Updated DuckDB to: v0.10.0
Full Changelog: v1.1.19...v1.2.0

v1.1.19

08 Feb 23:10
Compare
Choose a tag to compare
Added version option and info.

v1.1.18

05 Feb 15:17
Compare
Choose a tag to compare
Bugfix for DuckDBFlightSqlServer::DoGetCatalogs

v1.1.17

30 Jan 14:21
Compare
Choose a tag to compare
Installing DuckDB and SQLite CLI into container image for troubleshoo…