[ 2495069 ] PackIn SQLStatement fails on PostgreSQL
https://sourceforge.net/tracker/index.php?func=detail&aid=2495069&group_id=176962&atid=879332
This commit is contained in:
parent
c9994ef0b8
commit
30b34b6495
|
@ -56,7 +56,7 @@ public class SQLStatementElementHandler extends AbstractElementHandler {
|
|||
pstmt.executeUpdate();
|
||||
log.info("Executed SQL Statement for Oracle: "+ atts.getValue("statement"));
|
||||
}
|
||||
else if(DB.isPostgreSQL() == true && DBType.equals("PostgreSQL")){
|
||||
else if(DB.isPostgreSQL() == true && DBType.equals("Postgres")){
|
||||
// Avoid convert layer - command specific for postgresql
|
||||
//
|
||||
// pstmt = DB.prepareStatement(sql, null);
|
||||
|
|
Loading…
Reference in New Issue