Skip to content

Commit

Permalink
Update MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Jan 26, 2025
1 parent f9fc9f1 commit 31c0d3d
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.25.1
generated on 2024-12-29 17:30:13
generated by SchemaCrawler 16.25.2
generated on 2025-01-26 14:17:04
database version MySQL 9.1.0
driver version MySQL Connector/J mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version MySQL Connector/J mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)



Expand Down Expand Up @@ -574,7 +574,7 @@ deletes are detected for TYPE_SCROLL_INSENSITIVE result sets false
deletes are detected for TYPE_SCROLL_SENSITIVE result sets false
does max row size include blobs true
driver major version 9
driver minor version 1
driver minor version 2
extra name characters $
generated key always returned true
identifier quote string `
Expand Down Expand Up @@ -644,7 +644,7 @@ stores lower case quoted identifiers true
stores mixed case identifiers false
stores mixed case quoted identifiers false
stores upper case identifiers false
stores upper case quoted identifiers true
stores upper case quoted identifiers false
string functions ASCII, BIN, BIT_LENGTH, CHAR, CHARACTER_LENGTH, CHAR_LENGTH, CONCAT, CONCAT_WS, CONV, ELT, EXPORT_SET, FIELD, FIND_IN_SET, HEX, INSERT, INSTR, LCASE, LEFT, LENGTH, LOAD_FILE, LOCATE, LOCATE, LOWER, LPAD, LTRIM, MAKE_SET, MATCH, MID, OCT, OCTET_LENGTH, ORD, POSITION, QUOTE, REPEAT, REPLACE, REVERSE, RIGHT, RPAD, RTRIM, SOUNDEX, SPACE, STRCMP, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING_INDEX, TRIM, UCASE, UPPER
supports alter table with add column true
supports alter table with drop column true
Expand Down Expand Up @@ -725,9 +725,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:mysql://localhost:32769/books
connection url jdbc:mysql://localhost:55626/books
driver name MySQL Connector/J
driver version mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)
driver class name com.mysql.cj.jdbc.Driver
is JDBC compliant false
supported JDBC version 4.2
Expand Down Expand Up @@ -1373,7 +1373,7 @@ populateInsertRowWithDefaultValues [driver property]
port [driver property]
Port number of MySQL Server
not required
value 32769
value 55626

prepStmtCacheSize [driver property]
If prepared statement caching is enabled, how many prepared statements should be cached?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.25.1
generated on 2024-12-29 16:56:00
generated by SchemaCrawler 16.25.2
generated on 2025-01-26 14:17:35
database version MySQL 9.1.0
driver version MySQL Connector/J mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version MySQL Connector/J mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)



Expand Down Expand Up @@ -574,7 +574,7 @@ deletes are detected for TYPE_SCROLL_INSENSITIVE result sets false
deletes are detected for TYPE_SCROLL_SENSITIVE result sets false
does max row size include blobs true
driver major version 9
driver minor version 1
driver minor version 2
extra name characters $
generated key always returned true
identifier quote string `
Expand Down Expand Up @@ -644,7 +644,7 @@ stores lower case quoted identifiers true
stores mixed case identifiers false
stores mixed case quoted identifiers false
stores upper case identifiers false
stores upper case quoted identifiers true
stores upper case quoted identifiers false
string functions ASCII, BIN, BIT_LENGTH, CHAR, CHARACTER_LENGTH, CHAR_LENGTH, CONCAT, CONCAT_WS, CONV, ELT, EXPORT_SET, FIELD, FIND_IN_SET, HEX, INSERT, INSTR, LCASE, LEFT, LENGTH, LOAD_FILE, LOCATE, LOCATE, LOWER, LPAD, LTRIM, MAKE_SET, MATCH, MID, OCT, OCTET_LENGTH, ORD, POSITION, QUOTE, REPEAT, REPLACE, REVERSE, RIGHT, RPAD, RTRIM, SOUNDEX, SPACE, STRCMP, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING_INDEX, TRIM, UCASE, UPPER
supports alter table with add column true
supports alter table with drop column true
Expand Down Expand Up @@ -726,9 +726,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:mysql://localhost:59575/books
connection url jdbc:mysql://localhost:55797/books
driver name MySQL Connector/J
driver version mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)
driver class name com.mysql.cj.jdbc.Driver
is JDBC compliant false
supported JDBC version 4.2
Expand Down Expand Up @@ -1374,7 +1374,7 @@ populateInsertRowWithDefaultValues [driver property]
port [driver property]
Port number of MySQL Server
not required
value 59575
value 55797

prepStmtCacheSize [driver property]
If prepared statement caching is enabled, how many prepared statements should be cached?
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 @@ -23,7 +23,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.25.1
generated on 2024-12-29 16:58:09
generated by SchemaCrawler 16.25.2
generated on 2025-01-26 14:12:56
database version MySQL 9.1.0
driver version MySQL Connector/J mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version MySQL Connector/J mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)



Expand Down Expand Up @@ -601,8 +601,8 @@ System Information
Database Server Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database books
hostname 410ecb139ba8
server_uuid 0bc21737-c606-11ef-8c06-0242ac110004
hostname f16f55e2baff
server_uuid 9bd213fc-dbef-11ef-a891-0242ac110003


Database Information
Expand Down Expand Up @@ -631,7 +631,7 @@ deletes are detected for TYPE_SCROLL_INSENSITIVE result sets false
deletes are detected for TYPE_SCROLL_SENSITIVE result sets false
does max row size include blobs true
driver major version 9
driver minor version 1
driver minor version 2
extra name characters $
generated key always returned true
identifier quote string `
Expand Down Expand Up @@ -701,7 +701,7 @@ stores lower case quoted identifiers true
stores mixed case identifiers false
stores mixed case quoted identifiers false
stores upper case identifiers false
stores upper case quoted identifiers true
stores upper case quoted identifiers false
string functions ASCII, BIN, BIT_LENGTH, CHAR, CHARACTER_LENGTH, CHAR_LENGTH, CONCAT, CONCAT_WS, CONV, ELT, EXPORT_SET, FIELD, FIND_IN_SET, HEX, INSERT, INSTR, LCASE, LEFT, LENGTH, LOAD_FILE, LOCATE, LOCATE, LOWER, LPAD, LTRIM, MAKE_SET, MATCH, MID, OCT, OCTET_LENGTH, ORD, POSITION, QUOTE, REPEAT, REPLACE, REVERSE, RIGHT, RPAD, RTRIM, SOUNDEX, SPACE, STRCMP, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING_INDEX, TRIM, UCASE, UPPER
supports alter table with add column true
supports alter table with drop column true
Expand Down Expand Up @@ -782,9 +782,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:mysql://localhost:59834/books
connection url jdbc:mysql://localhost:54627/books
driver name MySQL Connector/J
driver version mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)
driver class name com.mysql.cj.jdbc.Driver
is JDBC compliant false
supported JDBC version 4.2
Expand Down Expand Up @@ -1430,7 +1430,7 @@ populateInsertRowWithDefaultValues [driver property]
port [driver property]
Port number of MySQL Server
not required
value 59834
value 54627

prepStmtCacheSize [driver property]
If prepared statement caching is enabled, how many prepared statements should be cached?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.25.1
generated on 2024-12-29 17:00:16
generated by SchemaCrawler 16.25.2
generated on 2025-01-26 14:14:11
database version MySQL 9.1.0
driver version MySQL Connector/J mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version MySQL Connector/J mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)



Expand Down Expand Up @@ -601,8 +601,8 @@ System Information
Database Server Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database books
hostname 0616510af973
server_uuid 586fb53a-c606-11ef-9742-0242ac110006
hostname e29d2914a0fa
server_uuid c823f0c7-dbef-11ef-98d2-0242ac110003


Database Information
Expand Down Expand Up @@ -631,7 +631,7 @@ deletes are detected for TYPE_SCROLL_INSENSITIVE result sets false
deletes are detected for TYPE_SCROLL_SENSITIVE result sets false
does max row size include blobs true
driver major version 9
driver minor version 1
driver minor version 2
extra name characters $
generated key always returned true
identifier quote string `
Expand Down Expand Up @@ -701,7 +701,7 @@ stores lower case quoted identifiers true
stores mixed case identifiers false
stores mixed case quoted identifiers false
stores upper case identifiers false
stores upper case quoted identifiers true
stores upper case quoted identifiers false
string functions ASCII, BIN, BIT_LENGTH, CHAR, CHARACTER_LENGTH, CHAR_LENGTH, CONCAT, CONCAT_WS, CONV, ELT, EXPORT_SET, FIELD, FIND_IN_SET, HEX, INSERT, INSTR, LCASE, LEFT, LENGTH, LOAD_FILE, LOCATE, LOCATE, LOWER, LPAD, LTRIM, MAKE_SET, MATCH, MID, OCT, OCTET_LENGTH, ORD, POSITION, QUOTE, REPEAT, REPLACE, REVERSE, RIGHT, RPAD, RTRIM, SOUNDEX, SPACE, STRCMP, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING, SUBSTRING_INDEX, TRIM, UCASE, UPPER
supports alter table with add column true
supports alter table with drop column true
Expand Down Expand Up @@ -783,9 +783,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:mysql://localhost:60345/books
connection url jdbc:mysql://localhost:55061/books
driver name MySQL Connector/J
driver version mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
driver version mysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)
driver class name com.mysql.cj.jdbc.Driver
is JDBC compliant false
supported JDBC version 4.2
Expand Down Expand Up @@ -1431,7 +1431,7 @@ populateInsertRowWithDefaultValues [driver property]
port [driver property]
Port number of MySQL Server
not required
value 60345
value 55061

prepStmtCacheSize [driver property]
If prepared statement caching is enabled, how many prepared statements should be cached?
Expand Down

0 comments on commit 31c0d3d

Please sign in to comment.