mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
!560 update mybatis-flex-core/src/main/java/com/mybatisflex/core/dialect/DbTypeUtil.java.
Merge pull request !560 from younger/N/A
This commit is contained in:
commit
4d82711fa8
@ -185,7 +185,7 @@ public class DbTypeUtil {
|
||||
return DbType.IMPALA;
|
||||
} else if (jdbcUrl.contains(":informix")) {
|
||||
return DbType.INFORMIX;
|
||||
} else if (jdbcUrl.contains(":kingbase\\d*:") && isMatchedRegex(":kingbase\\d*:", jdbcUrl)) {
|
||||
} else if (isMatchedRegex(":kingbase\\d*:", jdbcUrl)) {
|
||||
return DbType.KINGBASE_ES;
|
||||
} else if (jdbcUrl.contains(":lealone:")) {
|
||||
return DbType.LEALONE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user