Author: plegall
Date: 2006-11-30 03:43:48 -0800 (Thu, 30 Nov 2006)
New Revision: 784
Log:
Bug 205 fixed: PostgreSQL requires column/table/schema names mixing upper
and lower case characters to be double quoted. This commit fixes only wha=
t
can't be done "manualy" by the user, ie the column names in an insert que=
ry,
since the insert query is build in the Perl code.
Bug fixed: "tDBOutput_1" component name was hard coded instead of "<%=3Dc=
id%>"
in the available table names retrieving.
Modified:
branches/branch-1_0/org.talend.designer.core/components/tDBOutput/tDBO=
utput_start.perljet
|