We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de742e7 commit 013441aCopy full SHA for 013441a
APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
@@ -1494,7 +1494,7 @@ public AbstractSQLConfig<T> setTable(String table) { //Table已经在Parser中
1494
}
1495
1496
public String getAs() {
1497
- return isOracle() ? " " : " AS ";
+ return isOracle() || isManticore() ? " " : " AS ";
1498
1499
1500
@Override
0 commit comments