Opened 9 years ago

Last modified 9 years ago

#1115 closed defect

rasql type management syntax — at Initial Version

Reported by: Dimitar Misev Owned by: George Merticariu
Priority: minor Milestone: 9.2
Component: qlparser Version: development
Keywords: Cc: Peter Baumann
Complexity: Easy

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.