Skip to content

Commit

Permalink
Update SQLite driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Nov 28, 2023
1 parent 46eabc9 commit e7c9bd3
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.44.0.0</version>
<version>3.44.1.0</version>
</dependency>
<dependency>
<groupId>com.ibm.informix</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.44.0.0</version>
<version>3.44.1.0</version>
</dependency>

</dependencies>
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.20.5
generated on 2023-11-16 01:18:17
database version SQLite 3.44.0
driver version SQLite JDBC 3.44.0.0
generated by SchemaCrawler 16.20.6
generated on 2023-11-28 22:14:59
database version SQLite 3.44.1
driver version SQLite JDBC 3.44.1.0



Expand Down Expand Up @@ -428,7 +428,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.44.0
database product version 3.44.1
database user name


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

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\2289905191732592334\sc2b854896-43a4-4537-89b9-f33a242c3f45..db
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\2874000444667670843\scf253bef5-6832-4391-a076-14931de65187..db
driver name SQLite JDBC
driver version 3.44.0.0
driver version 3.44.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.20.5
generated on 2023-11-16 01:17:34
database version SQLite 3.44.0
driver version SQLite JDBC 3.44.0.0
generated by SchemaCrawler 16.20.6
generated on 2023-11-28 22:15:10
database version SQLite 3.44.1
driver version SQLite JDBC 3.44.1.0



Expand Down Expand Up @@ -428,7 +428,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.44.0
database product version 3.44.1
database user name


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

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\8241979809646886776\scf0a9d3f7-fba2-409c-a34b-3bfdc958aec9..db
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\4657933549651798087\sc2baa535b-836e-4ea5-8936-10e3f6538f85..db
driver name SQLite JDBC
driver version 3.44.0.0
driver version 3.44.1.0
driver class name org.sqlite.JDBC
is JDBC compliant false
supported JDBC version 4.2
Expand Down

0 comments on commit e7c9bd3

Please sign in to comment.