Willena / sqlite-jdbc-crypt

SQLite JDBC Driver with encryption support
Apache License 2.0
172 stars 33 forks source link

not found org.sqlite.mc package in jar #17

Closed dusg closed 4 years ago

Willena commented 4 years ago

The MC package only exist since 3.32.0 which has not been released yet. Only tags to snapshot version are available. I'm waiting for the native code to be stable and then I'll do a new release for 3.32.0

Chris-SP365 commented 4 years ago

Hi,

since 3.32 is stable now are there any chances to release sqlite-jdbc-crypt with it?

https://www.sqlite.org/releaselog/3_32_3.html

Thank you

Willena commented 4 years ago

Hi,

I know SQLite 3.32 is stable. This JDBC connector uses https://github.com/utelle/SQLite3MultipleCiphers native library as source (which is based on the official one). Since some breaking changes have been made recently to SQLite3MC, I'm waiting the green light from its maintainer to update and release the 3.32 version of this JDBC connector.

An issue has been opened at utelle/SQLite3MultipleCiphers#13

Chris-SP365 commented 4 years ago

Hi @Willena

thank you for your fast response!