You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/10/17 18:49:47 UTC

cvs commit: jakarta-turbine-torque/src/templates/sql/base/mssql db.props

dlr         01/10/17 09:49:47

  Modified:    src/templates/sql/base/mssql db.props
  Log:
  Forward porting patch by J. Thorhauer <th...@apache.org>:
  
  adding proper sql for the autoincrement column in mssql
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-torque/src/templates/sql/base/mssql/db.props
  
  Index: db.props
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/templates/sql/base/mssql/db.props,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- db.props	2001/08/23 18:39:03	1.4
  +++ db.props	2001/10/17 16:49:47	1.5
  @@ -27,7 +27,7 @@
   CLOB =
   REF =
   
  -AUTOINCREMENT = true
  +AUTOINCREMENT = IDENTITY (1,1)
   NOTNULL = NOT NULL
   
   removeNotNullWithAutoIncrement = false
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org