Skip to content

Commit

Permalink
Merge pull request #1764 from schemacrawler/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sualeh authored Nov 26, 2024
2 parents e2923fc + 9a76f9d commit 30a1efd
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 16 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/diff-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ jobs:
./diff-output/compare-oracle-postgresql.html \
"Compare Oracle - PostgreSQL"
#
./.github/scripts/diff-output.sh \
schemacrawler-oracle/src/test/resources/testOraclePortable.txt \
schemacrawler-sqlite/src/test/resources/testSqlitePortable.txt \
./diff-output/compare-oracle-sqlite.html \
"Compare Oracle - SQLite"
#
./.github/scripts/diff-output.sh \
schemacrawler-oracle/src/test/resources/testOraclePortable.txt \
schemacrawler-hsqldb/src/test/resources/testHsqldbPortableBroad.txt \
./diff-output/compare-oracle-hsqldb.html \
"Compare Oracle - HyperSQL"
#
#
#
./.github/scripts/diff-output.sh \
Expand Down
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.47.0.0</version>
<version>3.47.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.47.0.0</version>
<version>3.47.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.22.2
generated on 2024-10-29 01:26:32
database version SQLite 3.47.0
driver version SQLite JDBC 3.47.0.0
generated by SchemaCrawler 16.23.1
generated on 2024-11-26 17:06:34
database version SQLite 3.47.1
driver version SQLite JDBC 3.47.1.0



Expand Down Expand Up @@ -432,7 +432,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.47.0
database product version 3.47.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\2170957337949685995\scb6fe4029-5f26-49f0-85f7-a9891bd752b5..db
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\3659942002811287997\sc710535ce-ddc7-4019-ab20-fa3a0c7880eb..db
driver name SQLite JDBC
driver version 3.47.0.0
driver version 3.47.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.22.2
generated on 2024-10-29 01:26:37
database version SQLite 3.47.0
driver version SQLite JDBC 3.47.0.0
generated by SchemaCrawler 16.23.1
generated on 2024-11-26 17:07:29
database version SQLite 3.47.1
driver version SQLite JDBC 3.47.1.0



Expand Down Expand Up @@ -432,7 +432,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.47.0
database product version 3.47.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\7760156300659233711\sc7cffcea1-cfe4-4867-b9c8-1354bb0bf24f..db
connection url jdbc:sqlite:C:\Users\SUALEH~1\AppData\Local\Temp\13115277102404298484\scb9a308ca-55f5-4bda-be48-b1d65dd32760..db
driver name SQLite JDBC
driver version 3.47.0.0
driver version 3.47.1.0
driver class name org.sqlite.JDBC
is JDBC compliant false
supported JDBC version 4.2
Expand Down

0 comments on commit 30a1efd

Please sign in to comment.