6987749 sun-etl-engine not cleaning up temp tables for ETL collabs checking in for matthias.grabiak@oracle.com
authorsabdulla@netbeans.org
Mon, 15 Nov 2010 11:09:27 -0800
changeset 402365e6ab712b96
parent 4022 7f1f1e394cd7
child 4024 0a602707dea1
child 4057 9941597634cd
child 4058 0ea8444b61e3
child 4059 b9b2506fb8f5
6987749 sun-etl-engine not cleaning up temp tables for ETL collabs checking in for matthias.grabiak@oracle.com
etl.editor/src/org/netbeans/modules/sql/framework/codegen/axion/AxionStatements.java
     1.1 --- a/etl.editor/src/org/netbeans/modules/sql/framework/codegen/axion/AxionStatements.java	Tue Oct 12 15:33:58 2010 +0200
     1.2 +++ b/etl.editor/src/org/netbeans/modules/sql/framework/codegen/axion/AxionStatements.java	Mon Nov 15 11:09:27 2010 -0800
     1.3 @@ -305,7 +305,7 @@
     1.4              
     1.5              vContext.put("linkName", this.db.getUnescapedName(linkName));
     1.6              vContext.put("remoteName", tableName);
     1.7 -            vContext.put("ifNotExists", Boolean.FALSE);
     1.8 +            vContext.put("ifNotExists", Boolean.TRUE);
     1.9              vContext.put("orderBy", "");
    1.10              vContext.put("where", "");
    1.11              vContext.put("schemaName", schemaName);