Commit f4c5d75 1 parent d321f92 commit f4c5d75 Copy full SHA for f4c5d75
File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
version=3.46.0
2
- artifactVersion=3.46.0.1-SNAPSHOT
2
+ artifactVersion=3.46.0.1
3
3
sqliteMCVersion=1.8.5
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.willena</groupId >
6
6
<artifactId >sqlite-jdbc</artifactId >
7
- <version >3.46.0.1-SNAPSHOT </version >
7
+ <version >3.46.0.1</version >
8
8
<name >SQLite JDBC</name >
9
9
<description >SQLite JDBC library with encryption and authentication support</description >
10
10
<url >https://github.com/Willena/sqlite-jdbc-crypt</url >
Original file line number Diff line number Diff line change 29
29
import java .sql .SQLException ;
30
30
import java .sql .Statement ;
31
31
import java .util .*;
32
- import java .util .stream .Collectors ;
33
32
34
33
/**
35
34
* SQLite Configuration
@@ -676,8 +675,6 @@ private static String[] toStringArray(PragmaValue[] list) {
676
675
public final String getPragmaName () {
677
676
return pragmaName ;
678
677
}
679
-
680
-
681
678
}
682
679
683
680
/**
You can’t perform that action at this time.
0 commit comments