jvanzyl 01/09/26 20:26:33 Modified: conf/torque/templates/sql/load/mysql row.vm Log: - we don't want all the inserts coming out on one line. Revision Changes Path 1.2 +2 -1 jakarta-turbine-2/conf/torque/templates/sql/load/mysql/row.vm Index: row.vm =================================================================== RCS file: /home/cvs/jakarta-turbine-2/conf/torque/templates/sql/load/mysql/row.vm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- row.vm 2001/08/16 05:07:01 1.1 +++ row.vm 2001/09/27 03:26:33 1.2 @@ -1,3 +1,4 @@ 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/mysql/val.vm", "", "column", $col)}#set ($comma=",")#end); \ No newline at end of file + VALUES (#set ($comma="")#foreach($col in $row.ColumnValues)$comma${generator.parse("sql/load/mysql/val.vm", "", "column", $col)}#set ($comma=",")#end); + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]