Skip to content

Commit

Permalink
3.34.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Dec 10, 2020
1 parent 13b5a81 commit 6727ce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ sqlite-jdbc extracts a native library for your OS to the directory specified by

News
====
* 2020-12-10: sqlite-jdbc-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()
* 2020-12-08: sqlite-jdbc-3.32.3.3
* Apple Silicon (M1) support
* 2020-07-28: sqlite-jdbc-3.32.3.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.34.0-SNAPSHOT</version>
<version>3.34.0</version>
<name>SQLite JDBC</name>
<description>SQLite JDBC library</description>

Expand Down

1 comment on commit 6727ce1

@MaksVasilev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No sqlite-jdbc-3.34.0.jar in release?

Please sign in to comment.