Skip to content

Commit

Permalink
support "mysql-connector-java 5.1.14" (JetBrains#1205)
Browse files Browse the repository at this point in the history
Co-authored-by: MeowRay <owo@miaomiaomiao.com>
  • Loading branch information
2 people authored and SchweinchenFuntik committed Oct 23, 2021
1 parent 3d3e6dd commit b736893
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class JdbcDatabaseMetadataImpl(database: String, val metadata: DatabaseMetaData)

override val databaseDialectName: String by lazyMetadata {
when (driverName) {
"MySQL-AB JDBC Driver",
"MySQL Connector/J",
"MySQL Connector Java" -> MysqlDialect.dialectName
"MariaDB Connector/J" -> MariaDBDialect.dialectName
Expand Down

0 comments on commit b736893

Please sign in to comment.