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

Evening, I have scoured Stackoverflow and Oracle for the last two weeks but I cannot find solution and would really appreciate some help. This is the code I have so...

waiting for feedback

the org/sqlite/native/FreeBSD/x86_64/libsqlitejdbc.so file can't upgrade from 3.15.1 to 3.25.2 the org/sqlite/native/Linux/armv6/libsqlitejdbc.so file can't upgrade from 3.20.0 to 3.25.2

waiting for feedback

If i have a table with foreign keys over more then one column. The result seams to be wrong. In this case the FK_NAME is empty. So the following test...

waiting for feedback

I have some code where I was to store the Timestamp now (using CURRENT_TIMESTAMP) into a row, then after some time check whether a day has passed or not. Currently,...

troubleshooting
waiting for feedback

The prepared statement throws not implemented but when operating on complex queries, the IN clause can be a god send. `public void setArray(int i, Array x) throws SQLException { throw...

enhancement:JDBC

I want to create a Debian package for sqlite-jdbc, on Ubuntu Bionic (18.04). The Debian packaging suite uses a more recent version of the surefire plugin to run the tests,...

waiting for feedback

Hello, where problem can be? Why `maven-shade-plugin` is necessary? ```sh clear ; mvn clean package && java -jar srv/java-sample-1.0-SNAPSHOT.ja ``` ```xml 4.0.0 ... java-sample 1.0-SNAPSHOT java-sample http://www.example.com UTF-8 1.8 1.8...

troubleshooting
waiting for feedback

I am using: - sqlline-1.7.0-jar-with-dependencies.jar - sqlite-jdbc-3.27.2.jar I can connect to the database, create a table, select from the table, insert into the table, but the first time I try...

troubleshooting
waiting for feedback

`java.sql.Driver#getPropertyInfo` returns infos with empty `description`. (`java.sql.DriverPropertyInfo#description`) See https://youtrack.jetbrains.com/issue/DBE-7991

waiting for feedback

Details: https://stackoverflow.com/questions/56883748/memory-leak-with-jdbc-sqlite

waiting for feedback