mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
fix(DialectFactory): 高斯数据库调整为无反义处理,避免严格大小写处理
This commit is contained in:
parent
ed2621f71f
commit
ac5a7bf511
@ -119,7 +119,7 @@ public class DialectFactory {
|
||||
case ORACLE:
|
||||
return new OracleDialect();
|
||||
case GAUSS:
|
||||
return new CommonsDialectImpl(KeywordWrap.DOUBLE_QUOTATION, LimitOffsetProcessor.ORACLE);
|
||||
return new CommonsDialectImpl(KeywordWrap.NONE, LimitOffsetProcessor.ORACLE);
|
||||
case POSTGRE_SQL:
|
||||
case SQLITE:
|
||||
case HSQL:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user