File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ sqlite-jdbc extracts a native library for your OS to the directory specified by
123123
124124News
125125====
126+ * 2020-12-10: sqlite-jdbc-3.34.0
127+ * Improved the performance of reading String columns
128+ * Support URI file names (file://...) in backup/restore commands https://sqlite.org/uri.html
129+ * Show SQL strings in PreparedStatements.toString()
126130* 2020-12-08: sqlite-jdbc-3.32.3.3
127131 * Apple Silicon (M1) support
128132* 2020-07-28: sqlite-jdbc-3.32.3.2
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.xerial</groupId >
66 <artifactId >sqlite-jdbc</artifactId >
7- <version >3.34.0-SNAPSHOT </version >
7+ <version >3.34.0</version >
88 <name >SQLite JDBC</name >
99 <description >SQLite JDBC library</description >
1010
You can’t perform that action at this time.
0 commit comments