dlr 01/06/13 18:30:51 Modified: conf/torque/templates/sql/base/sapdb sequence.vm Log: The value "native" is now used for the table.idMethod attribute. Revision Changes Path 1.2 +2 -2 jakarta-turbine/conf/torque/templates/sql/base/sapdb/sequence.vm Index: sequence.vm =================================================================== RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/sapdb/sequence.vm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sequence.vm 2001/05/27 02:45:07 1.1 +++ sequence.vm 2001/06/14 01:30:50 1.2 @@ -1,3 +1,3 @@ -#if ($table.IdMethod == "sequence") +#if ($table.IdMethod == "native") CREATE SEQUENCE $table.SequenceName; -#end +#end \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
