sqlite-jdbc

SQLite JDBC Driver

APACHE-2.0 License

Stars
2.7K
Committers
143

Bot releases are hidden (Show)

sqlite-jdbc - Release 3.43.2.1

Published by gotson 12 months ago

Changelog

šŸ› Fixes

šŸ“ Documentation

Contributors

We'd like to thank the following people for their contributions:
Gauthier Roebroeck, Kevin Viet

sqlite-jdbc - Release 3.39.2.0

Published by gotson about 2 years ago

Changelog

šŸ›  Build

  • 63e0467 create the release commit only after successful push to Maven Central
  • 5aaeb8c attach javadoc when creating the jar in release profile
  • 7310a45 add missing project url in pom.xml
  • 13d2369 automatic release via workflow_dispatch
  • 6537808 add jreleaser plugin
  • 9f9ce09 remove maven-release-plugin and adjust version number
  • 10ab71c add test for #720
  • c7b54a2 expand multiarch test to arm64/alpine and ppc64/ubuntu
  • 50c0458 simplify matrix on test job using include instead of exclude
  • 972f1db run mvn with --batch-mode --no-transfer-progress
  • 7fc747f use actions/checkout@v3
  • 8409e5c display more information during OSInfoTest
  • 062440a build on jdk 17 (#747)

šŸ“ Documentation

  • 5c03f58 update list of supported platforms in README.md
  • d23711e remove bitbucket links
  • 766a51f syntax highlighting in README.md

  • 481b803 fix memory leak when calling Connection.getMetaData() (#757)

fix memory leak when calling Connection.getMetaData()

  • bb84601 show numeric code instead of UNKNOWN_ERROR (#689)

Show numeric code instead of UNKNOWN_ERROR

  • 085700f compile OSInfo on the fly if needed by make (#715)

Removed outdated version of OSInfo.class

  • 67159a5 add snapshot badge to README.md
  • 5da0039 Publish snapshots to OSSRH automatically from CI
  • 6c4f373 Use setUseCaches instead of setDefaultUseCaches (#755)

Use of setDefaultUseCaches impacts all URLClassLoaders and HttpURLConnections, which can lead to erratic behavior of non-sqlite components running on a system since the variable is static.

  • e1d282c Wrap Statement Pointers to prevent use after free race
  • 6ee09e1 add ppc64el/ppc64le mapping

Closes: #450

  • 49facf5 Update changelog for 3.35.0.1 through 3.36.0.3 (#702)
  • e737a19 Musl check improvements
  • Fix older linux compatibility with MUSL check
  • 14d5903 org.sqlite.SQLiteConfig.setDatePrecision(String) throws unnecessary Sā€¦ (#751)
  • a6d63ee add native binary for Linux aarch64 with musl (#704)
  • f55b2aa Upgrade to 3.39.2 (#746)
  • Update dockcross scripts
  • ada2b14 detect musl by checking /proc/self/map_files (#675)
  • detect musl by checking /proc/self/map_files
  • 15ecb1b Use more specific types instead of String when fetching JDBC3ResultSet.getBigDecimal (#666)
  • c57be93 Add native libs for Android arm64, x86, x86_64 via dockcross (#662)
  • cleanup OSInfo.java with IDE suggestions
  • 1481bf2 Fix file descriptor (handle) leak when opening database fails (#665)
  • 1716215 Update Eclipse settings to use Java 8 (#664)
  • 7ac4c87 Switch to Temurin JDK builds as AdoptJDK has been discontinued (#660)
  • 4958df0 update CI badge on README.md (#661)
  • 674288c Add CI tests for aarch64 and armv7 (#658)
  • multiarch test
  • 9c03d9c migrate to setup-java@v2 with built-in maven cache (#657)
  • 0ecb95b Update cross prefix following recent dockcross updates (#655)
  • simplify the cross prefix, as the binaries are available in the PATH
  • 3d04d7d Code formatting via Spotless with google java format (#653)
  • add spotless with google java format
  • ec79c49 Makefile: remove -it/-ti flags from docker calls (#654)

These control whether to run docker in interactive mode and attach the tty,

Contributors

We'd like to thank the following people for their contributions:
GitHub, Gauthier Roebroeck, Andy-2639, Andrey.Tarashevskiy, github-actions, Villena Guillaume, Carl Dea, Gauthier, Changwei Miao, Andrew Pikler, mdavidsaver, Lukas, Taro L. Saito, Tim McCormack, Michael Osipov, Aurora Lahtela, pyckle, Roman Parshikov

sqlite-jdbc - 3.36.0.3

Published by xerial about 3 years ago

  • Fixes for GraalVM
  • Internal update: Migrate to JUnit5. Add CI with GraalVM
sqlite-jdbc - 3.36.0.2

Published by xerial about 3 years ago

New Features

  • Support custom collation creation (#627)

Newly Supported OS and Arch

  • Windows armv7 and arm64 (e.g., Surface Pro X) (#644)
  • FreeBSD aarch64 (#642)
  • Bring back Linux armv6 support (#628)
  • FreeBSD x86 and x86_64 (#639)
  • Dropped DragonFlyBSD support (#641)

Other Intenal Fixes

  • Add reflect-config, jni-config and native-image.properties to graalvm native image compilation (#631)
  • Fix multipleClassLoader test when directory is renamed (#647)
  • CI tests for Windows and MacOS (#645)

Special thanks to @gotson for adding collation support and build configurations for more OS and CPU types!

sqlite-jdbc - 3.36.0.1

Published by xerial over 3 years ago

sqlite-jdbc - 3.36.0

Published by xerial over 3 years ago

sqlite-jdbc - 3.35.0.1

Published by xerial over 3 years ago

  • Upgraded to SQLite 3.35.0
  • Avoid using slower ByteBuffer decode() method (#575)
  • Allow increasing SQLite limits (#568)
  • Add Automatic-Module-Name for OSGi (#558
  • Avoid using shared resource streams between class loaders when extracting the native library. (#578)

(Note: Don't use 3.35.0 if you are Apple Silicon (M1) user. 3.35.0 failed to include M1 binary)

sqlite-jdbc - 3.34.0

Published by xerial almost 4 years ago

  • Upgraded to SQLite 3.34.0
  • Improved the performance of reading String columns
  • Support URI file names (file://...) in backup/restore commands https://sqlite.org/uri.html
  • Show SQL strings in PreparedStatements.toString()
sqlite-jdbc - 3.32.3.3

Published by xerial almost 4 years ago

  • Apple Silicon (M1, Mac aarch64) support
sqlite-jdbc - 3.32.3.2

Published by xerial about 4 years ago