Skip to content

Commit

Permalink
Update SQLite driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Aug 21, 2024
1 parent 9b9bf85 commit 494bdf2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion schemacrawler-jdbc-drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.0.1</version>
<version>3.46.1.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.0.1</version>
<version>3.46.1.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
14 changes: 7 additions & 7 deletions schemacrawler-sqlite/src/test/resources/sqlite.main.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.21.2
generated on 2024-05-27 21:11:37
database version SQLite 3.46.0
driver version SQLite JDBC 3.46.0.0
generated by SchemaCrawler 16.22.2
generated on 2024-08-20 22:20:10
database version SQLite 3.46.1
driver version SQLite JDBC 3.46.1.0



Expand Down Expand Up @@ -432,7 +432,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.46.0
database product version 3.46.1
database user name


Expand Down Expand Up @@ -601,9 +601,9 @@ uses local files true

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\2167362212217761880\sca86d6cdf-62c0-4ac1-9810-16c862e8cf36..db
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\114540030362198506\sc7c7dfebd-591d-40ba-9c1f-37f92df5c785..db
driver name SQLite JDBC
driver version 3.46.0.0
driver version 3.46.1.0
driver class name org.sqlite.JDBC
is JDBC compliant false
supported JDBC version 4.2
Expand Down
14 changes: 7 additions & 7 deletions schemacrawler-sqlite/src/test/resources/sqlite.main.LTE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.21.2
generated on 2024-05-27 21:11:46
database version SQLite 3.46.0
driver version SQLite JDBC 3.46.0.0
generated by SchemaCrawler 16.22.2
generated on 2024-08-20 11:42:49
database version SQLite 3.46.1
driver version SQLite JDBC 3.46.1.0



Expand Down Expand Up @@ -432,7 +432,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.46.0
database product version 3.46.1
database user name


Expand Down Expand Up @@ -602,9 +602,9 @@ uses local files true

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\5710224635617926721\sc6b0bfbeb-ef1c-4626-a814-481ad7b0c8be..db
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\8981962959630202769\scc2356f6a-c4ae-4b45-ba02-9f9a9b5240a4..db
driver name SQLite JDBC
driver version 3.46.0.0
driver version 3.46.1.0
driver class name org.sqlite.JDBC
is JDBC compliant false
supported JDBC version 4.2
Expand Down

0 comments on commit 494bdf2

Please sign in to comment.