Changes between Initial Version and Version 1 of Ticket #1115


Ignore:
Timestamp:
Dec 17, 2015, 9:39:47 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1115 – Description

    initial v1  
    1212}}}
    1313We should check if they are optional in the SQL standard. We could make them optional in any case.
     14
     15In the set type creation there is no comma to separate the null values clause:
     16{{{
     17CREATE TYPE typeName
     18UNDER SET {
     19marrayTypeName
     20} [ NULL VALUES spatialDomain ]
     21}}}