[EMAIL PROTECTED] wrote:
> dobbs 02/02/22 14:25:09
>
> Added: src/templates/sql/load/sapdb row.vm val.vm
> Log:
> these are direct copies of the corresponding files in ../oracle
>
> Revision Changes Path
> 1.1 jakarta-turbine-torque/src/templates/sql/load/sapdb/row.vm
>
> Index: row.vm
> ===================================================================
> INSERT INTO $row.Table.Name (##
> #set ($comma="")#foreach($col in
>$row.ColumnValues)$comma${col.Column.Name}#set($comma=",")#end)
> VALUES (#set ($comma="")#foreach($col in
>$row.ColumnValues)$comma${generator.parse("sql/load/oracle/val.vm", "", "column",
>$col)}#set ($comma=",")#end);
you should use sabdb/val.vm here!!!
martin
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>