thorhauer    01/10/17 05:41:37

  Modified:    conf/torque/templates/sql/base/mssql db.props
  Log:
  adding proper sql for the autoincrement column in mssql
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-2/conf/torque/templates/sql/base/mssql/db.props
  
  Index: db.props
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/torque/templates/sql/base/mssql/db.props,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- db.props  2001/08/23 18:36:38     1.4
  +++ db.props  2001/10/17 12:41:36     1.5
  @@ -27,7 +27,7 @@
   CLOB =
   REF =
   
  -AUTOINCREMENT = true
  +AUTOINCREMENT = IDENTITY (1,1)
   NOTNULL = NOT NULL
   
   removeNotNullWithAutoIncrement = false
  
  
  

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

Reply via email to