Skip to content

Commit

Permalink
新增支持 @column:"cast(date AS TIME)" 这种在函数内 key 与关键词等组合的格式
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Oct 25, 2021
1 parent ad412fc commit b1522c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
import apijson.orm.model.PgAttribute;
import apijson.orm.model.PgClass;
import apijson.orm.model.Request;
import apijson.orm.model.Response;
import apijson.orm.model.SysColumn;
import apijson.orm.model.SysTable;
import apijson.orm.model.Table;
Expand Down Expand Up @@ -115,7 +114,6 @@ public abstract class AbstractSQLConfig implements SQLConfig {
CONFIG_TABLE_LIST = new ArrayList<>(); // Table, Column 等是系统表 AbstractVerifier.SYSTEM_ACCESS_MAP.keySet());
CONFIG_TABLE_LIST.add(Function.class.getSimpleName());
CONFIG_TABLE_LIST.add(Request.class.getSimpleName());
CONFIG_TABLE_LIST.add(Response.class.getSimpleName());
CONFIG_TABLE_LIST.add(Access.class.getSimpleName());
CONFIG_TABLE_LIST.add(Document.class.getSimpleName());
CONFIG_TABLE_LIST.add(TestRecord.class.getSimpleName());
Expand Down

0 comments on commit b1522c6

Please sign in to comment.