[geeklog-cvs] Geeklog-1.x/sql mssql_tableanddata.php,1.37,1.38

Matthew West mwest at qs1489.pair.com
Tue May 13 14:47:17 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/sql
In directory qs1489.pair.com:/tmp/cvs-serv70441

Modified Files:
	mssql_tableanddata.php 
Log Message:
The column name 'open' is a reserved keyword in SQL Server, changed to 'is_open'

Index: mssql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mssql_tableanddata.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** mssql_tableanddata.php	1 May 2008 18:35:14 -0000	1.37
--- mssql_tableanddata.php	13 May 2008 18:47:14 -0000	1.38
***************
*** 592,596 ****
      [date] [datetime] NULL ,
      [display] [tinyint] NOT NULL ,
!     [open] [tinyint] NOT NULL ,
      [hideresults] [tinyint] NOT NULL ,
      [commentcode] [smallint] NOT NULL ,
--- 592,596 ----
      [date] [datetime] NULL ,
      [display] [tinyint] NOT NULL ,
!     [is_open] [tinyint] NOT NULL ,
      [hideresults] [tinyint] NOT NULL ,
      [commentcode] [smallint] NOT NULL ,




More information about the geeklog-cvs mailing list