mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
set CommonsDialectImpl.keywordWrap default to KeywordWrap.BACKQUOTE
This commit is contained in:
parent
bbfaaffdd8
commit
c11067d290
@ -32,7 +32,7 @@ import java.util.Set;
|
||||
*/
|
||||
public class CommonsDialectImpl implements IDialect {
|
||||
|
||||
protected KeywordWrap keywordWrap = KeywordWrap.NONE;
|
||||
protected KeywordWrap keywordWrap = KeywordWrap.BACKQUOTE;
|
||||
private LimitOffsetProcesser limitOffsetProcesser = LimitOffsetProcesser.MYSQL;
|
||||
|
||||
public CommonsDialectImpl() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user