Skip to content

Commit

Permalink
Merge pull request alibaba#765 from yakolee/master
Browse files Browse the repository at this point in the history
SQLUtils surpport ODPS
  • Loading branch information
yakolee committed Dec 31, 2014
2 parents 508d73c + 0a3ac51 commit db682b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/alibaba/druid/sql/SQLUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static String toSQLString(SQLObject sqlObject, String dbType) {
}

if (JdbcUtils.ODPS.equals(dbType)) {
return toDB2String(sqlObject);
return toOdpsString(sqlObject);
}

return toSQLServerString(sqlObject);
Expand Down

0 comments on commit db682b4

Please sign in to comment.