Opened 9 years ago
Last modified 9 years ago
#1115 closed defect
rasql type management syntax — at Version 1
Reported by: | Dimitar Misev | Owned by: | George Merticariu |
---|---|---|---|
Priority: | minor | Milestone: | 9.2 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Easy |
Description (last modified by )
We should consider whether the curly braces and comma in type definitions should be dropped, e.g. this example:
CREATE TYPE RGBImage UNDER MARRAY { RGBPixel } , [*:* ,*:*]
would rather be:
CREATE TYPE RGBImage UNDER MARRAY RGBPixel [*:* ,*:*]
We should check if they are optional in the SQL standard. We could make them optional in any case.
In the set type creation there is no comma to separate the null values clause:
CREATE TYPE typeName UNDER SET { marrayTypeName } [ NULL VALUES spatialDomain ]
Note:
See TracTickets
for help on using tickets.