Project

General

Profile

« Previous | Next » 

Revision 6012

add support for temporal element query in pathquery
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2084

View differences:

xmltables-sqlserver.sql
124 124
  [docid]		[varchar] (250) NULL ,
125 125
  [date_created]	[datetime] NULL ,
126 126
  [date_updated]	[datetime] NULL, 
127
  [nodedatanumerical]   [float] NULL
127
  [nodedatanumerical]   [float] NULL,
128
  [nodedatadate]   [datetime] NULL
128 129
) ON [PRIMARY]
129 130
GO
130 131

  

Also available in: Unified diff