sqlite-jdbc icon indicating copy to clipboard operation
sqlite-jdbc copied to clipboard

SQLite JDBC Driver

Results 184 sqlite-jdbc issues
Sort by recently updated
recently updated
newest added

I have a ColdFusion 2016 server running on Windows, testing out the SQLite driver (sqlite-jdbc-3.21.0.jar). Whenever a query did **not** contain a parameter, the driver would throw a "not implemented"...

enhancement:JDBC

Hi all, I have a feature request for enabling `PreparedStatement` at the driver layer. Modern connection managers, such as HikariCP, [refuse to implement `PreparedStatement` caching](https://github.com/brettwooldridge/HikariCP/issues/488#issuecomment-154285114), as it can be implemented...

help wanted
enhancement:JDBC

[ref](https://github.com/xerial/sqlite-jdbc/issues/413#issuecomment-772729676) @xerial I could make my [Clojure app](https://github.com/clojure-lsp/clojure-lsp/blob/master/graalvm/native-unix-compile.sh#L20) using sqlite compile with Graalvm for Windows/Linux/MacOS successfully [here](https://github.com/ericdallo/sqlite-graalvm-sample/releases), but when compiling a Linux static binary, it doesn't work, it seems that...

enhancement:build

I need to load a SQLite extension. With sqlite-jdbc, I can enable the SQL function load_extension to achieve this. However, this is not recommended as it increases the attack surface...

help wanted
enhancement:SQLite
impacts:JNI

This allows to load SQLite extensions without enabling the SQL function load_extension.

help wanted
enhancement:SQLite
impacts:JNI
needs rework

It would be helpful if sqlite-jdbc could map SQLite error codes and conditions to SQLSTATE codes so that it is possible to determine the reason for a `SQLException` without parsing...

waiting for feedback

I wonder if it would be possible to compile the SQLite library with carray extension (https://sqlite.org/carray.html) and then support prepared statements with list/array parameters.

enhancement:JDBC
impacts:JNI

use maven version is 3.36.0.3 org.xerial sqlite-jdbc 3.36.0.3 Caused by: java.lang.Exception: No native library is found for os.name=Linux and os.arch=aarch64. paths=/org/sqlite/native/Linux/aarch64:/opt/test/:/lib/aarch64-linux-gnu:/usr/lib who please tell me why?

troubleshooting
waiting for feedback