Changes between Initial Version and Version 1 of Ticket #1115
- Timestamp:
- Dec 17, 2015, 9:39:47 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1115 – Description
initial v1 12 12 }}} 13 13 We should check if they are optional in the SQL standard. We could make them optional in any case. 14 15 In the set type creation there is no comma to separate the null values clause: 16 {{{ 17 CREATE TYPE typeName 18 UNDER SET { 19 marrayTypeName 20 } [ NULL VALUES spatialDomain ] 21 }}}