Skip to content

Commit

Permalink
Merge pull request #1391 from schemacrawler/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sualeh committed Dec 24, 2023
2 parents 0566a31 + c4441b5 commit fce4a75
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion schemacrawler-dbtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<scope>test</scope>
</dependency>
<!-- -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.20.6
generated on 2023-12-17 20:52:37
generated by SchemaCrawler 16.20.7
generated on 2023-12-24 19:07:08
database version MariaDB 10.7.3-MariaDB-1:10.7.3+maria~focal
driver version MariaDB Connector/J 3.3.1
driver version MariaDB Connector/J 3.3.2



Expand Down Expand Up @@ -742,7 +742,7 @@ supports transactions true
supports union true
supports union all true
system functions DATABASE, USER, SYSTEM_USER, SESSION_USER, LAST_INSERT_ID, VERSION
table types LOCAL TEMPORARY, SYSTEM VIEW, TABLE, VIEW
table types LOCAL TEMPORARY, SYSTEM TABLE, SYSTEM VIEW, TABLE, VIEW
time date functions ADDDATE, ADDTIME, CONVERT_TZ, CURDATE, CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, CURTIME, DATEDIFF, DATE_ADD, DATE_FORMAT, DATE_SUB, DAY, DAYNAME, DAYOFMONTH, DAYOFWEEK, DAYOFYEAR, EXTRACT, FROM_DAYS, FROM_UNIXTIME, GET_FORMAT, HOUR, LAST_DAY, LOCALTIME, LOCALTIMESTAMP, MAKEDATE, MAKETIME, MICROSECOND, MINUTE, MONTH, MONTHNAME, NOW, PERIOD_ADD, PERIOD_DIFF, QUARTER, SECOND, SEC_TO_TIME, STR_TO_DATE, SUBDATE, SUBTIME, SYSDATE, TIMEDIFF, TIMESTAMPADD, TIMESTAMPDIFF, TIME_FORMAT, TIME_TO_SEC, TO_DAYS, TO_SECONDS, UNIX_TIMESTAMP, UTC_DATE, UTC_TIME, UTC_TIMESTAMP, WEEK, WEEKDAY, WEEKOFYEAR, YEAR, YEARWEEK
type info BIGINT, BIGINT UNSIGNED, BINARY, BIT, BLOB, BOOL, CHAR, DATE, DATETIME, DECIMAL, DOUBLE, DOUBLE PRECISION, ENUM, FLOAT, INT, INT UNSIGNED, INTEGER, INTEGER UNSIGNED, LONG VARBINARY, LONG VARCHAR, LONGBLOB, LONGTEXT, MEDIUMBLOB, MEDIUMINT, MEDIUMINT UNSIGNED, MEDIUMTEXT, NUMERIC, REAL, SET, SMALLINT, SMALLINT UNSIGNED, TEXT, TIME, TIMESTAMP, TINYBLOB, TINYINT, TINYINT UNSIGNED, TINYTEXT, VARBINARY, VARCHAR
updates are detected for TYPE_FORWARD_ONLY result sets false
Expand All @@ -754,9 +754,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:mariadb://localhost:52739/books?user=schemacrawler&password=***
connection url jdbc:mariadb://localhost:59866/books?user=schemacrawler&password=***
driver name MariaDB Connector/J
driver version 3.3.1
driver version 3.3.2
driver class name org.mariadb.jdbc.Driver
is JDBC compliant true
supported JDBC version 4.2
Expand Down Expand Up @@ -969,6 +969,11 @@ retriesAllDown [driver property]
not required
value 120

returnMultiValuesGeneratedIds [driver property]
For compatibility with 2.x MariaDB connector. This permit to return generated ids from multi-values insert
not required
value false

serverRsaPublicKeyFile [driver property]

not required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.20.6
generated on 2023-12-18 01:22:21
generated by SchemaCrawler 16.20.7
generated on 2023-12-24 19:10:47
database version MariaDB 10.7.3-MariaDB-1:10.7.3+maria~focal
driver version MariaDB Connector/J 3.3.1
driver version MariaDB Connector/J 3.3.2



Expand Down Expand Up @@ -743,7 +743,7 @@ supports transactions true
supports union true
supports union all true
system functions DATABASE, USER, SYSTEM_USER, SESSION_USER, LAST_INSERT_ID, VERSION
table types LOCAL TEMPORARY, SYSTEM VIEW, TABLE, VIEW
table types LOCAL TEMPORARY, SYSTEM TABLE, SYSTEM VIEW, TABLE, VIEW
time date functions ADDDATE, ADDTIME, CONVERT_TZ, CURDATE, CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, CURTIME, DATEDIFF, DATE_ADD, DATE_FORMAT, DATE_SUB, DAY, DAYNAME, DAYOFMONTH, DAYOFWEEK, DAYOFYEAR, EXTRACT, FROM_DAYS, FROM_UNIXTIME, GET_FORMAT, HOUR, LAST_DAY, LOCALTIME, LOCALTIMESTAMP, MAKEDATE, MAKETIME, MICROSECOND, MINUTE, MONTH, MONTHNAME, NOW, PERIOD_ADD, PERIOD_DIFF, QUARTER, SECOND, SEC_TO_TIME, STR_TO_DATE, SUBDATE, SUBTIME, SYSDATE, TIMEDIFF, TIMESTAMPADD, TIMESTAMPDIFF, TIME_FORMAT, TIME_TO_SEC, TO_DAYS, TO_SECONDS, UNIX_TIMESTAMP, UTC_DATE, UTC_TIME, UTC_TIMESTAMP, WEEK, WEEKDAY, WEEKOFYEAR, YEAR, YEARWEEK
type info BIGINT, BIGINT UNSIGNED, BINARY, BIT, BLOB, BOOL, CHAR, DATE, DATETIME, DECIMAL, DOUBLE, DOUBLE PRECISION, ENUM, FLOAT, INT, INT UNSIGNED, INTEGER, INTEGER UNSIGNED, LONG VARBINARY, LONG VARCHAR, LONGBLOB, LONGTEXT, MEDIUMBLOB, MEDIUMINT, MEDIUMINT UNSIGNED, MEDIUMTEXT, NUMERIC, REAL, SET, SMALLINT, SMALLINT UNSIGNED, TEXT, TIME, TIMESTAMP, TINYBLOB, TINYINT, TINYINT UNSIGNED, TINYTEXT, VARBINARY, VARCHAR
updates are detected for TYPE_FORWARD_ONLY result sets false
Expand All @@ -755,9 +755,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:mariadb://localhost:53364/books?user=schemacrawler&password=***
connection url jdbc:mariadb://localhost:60304/books?user=schemacrawler&password=***
driver name MariaDB Connector/J
driver version 3.3.1
driver version 3.3.2
driver class name org.mariadb.jdbc.Driver
is JDBC compliant true
supported JDBC version 4.2
Expand Down Expand Up @@ -970,6 +970,11 @@ retriesAllDown [driver property]
not required
value 120

returnMultiValuesGeneratedIds [driver property]
For compatibility with 2.x MariaDB connector. This permit to return generated ids from multi-values insert
not required
value false

serverRsaPublicKeyFile [driver property]

not required
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 @@ -98,7 +98,7 @@
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>5.0.2.java8</version>
<version>5.0.3.java8</version>
</dependency>
<dependency>
<groupId>io.trino</groupId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.3</version>
<version>3.15.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fce4a75

Please sign in to comment.