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

SQLite JDBC Driver with encryption and authentication support

Results 9 sqlite-jdbc-crypt issues
Sort by recently updated
recently updated
newest added

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies
github_actions

Bumps [org.graalvm.sdk:nativeimage](https://github.com/oracle/graal) from 24.0.0 to 24.0.1. Commits d3ba9c4 follow up fix: graalpython import 3a9a3fe GR-53257 : release GraalVM 24.0.1 fa07fff [GR-52946] Backport to 24.0 : GH-8638: Correctness problem when System.arrayc......

dependencies
java

Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.2.1 to 1.3.0. Release notes Sourced from com.tngtech.archunit:archunit-junit5's releases. ArchUnit 1.3.0 Bug Fixes Fix ArchUnit importer being unable to import classes from Spring Boot Nested jars (see...

dependencies
java

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.13 to 1.5.6. Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work on 1.5.6-SNAPSHOT a91d2b6 notes about javadocs...

dependencies
java

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.1 🐛 Bug Fixes [MJAR-307] - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (#83) @​slawekjaranowski 📦 Dependency...

dependencies
java

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies
java

**Describe the bug** The SQLite build for Armv7 requires GLIBC 2.28 or newer **To Reproduce** Attempt to open an SQLite DB on a system with GLIBC older than 2.28 **Expected...

DB files encrypted with SqlCipher V3 can be opened successfully. However, V4 encrpyted files can not be opened. The following error is produced: File opened that is not a database...

When you're trying to backup the database using the "backup to " non standard command, the destination database is opened clear all the time. If the source is encrypted you...

bug
enhancement