mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
commit
655c11a5c6
@ -166,7 +166,7 @@ public enum DbType {
|
||||
/**
|
||||
* sinodb
|
||||
*/
|
||||
SINODB("sinodb", "星瑞格数据库"),
|
||||
SINODB("sinodb", "SinoDB 数据库"),
|
||||
/**
|
||||
* uxdb
|
||||
*/
|
||||
|
||||
@ -161,8 +161,9 @@ public interface LimitOffsetProcessor {
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* SINODB 的处理器
|
||||
* 适合 {@link DbType#INFORMIX}
|
||||
* 适合 {@link DbType#SINODB}
|
||||
*/
|
||||
LimitOffsetProcessor SINODB = (dialect, sql, queryWrapper, limitRows, limitOffset) -> {
|
||||
if (limitRows != null && limitOffset != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user