dlr         01/06/13 18:01:14

  Modified:    conf/torque/templates/sql/base/oracle db.props
  Log:
  Oracle uses SEQUENCE for its flavor of auto incremented values (mad
  flavah, like a really old piece of chicken that's been sitting in the
  fridge for weeks).
  
  Revision  Changes    Path
  1.10      +1 -0      jakarta-turbine/conf/torque/templates/sql/base/oracle/db.props
  
  Index: db.props
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/sql/base/oracle/db.props,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- db.props  2001/06/13 15:41:56     1.9
  +++ db.props  2001/06/14 01:01:13     1.10
  @@ -33,6 +33,7 @@
   CLOB = CLOB
   REF =
   
  +AUTOINCREMENT = SEQUENCE
   NOTNULL = NOT NULL
   
   primaryKeyInsideTableDirective = true
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to