Kasper Sørensen created METAMODEL-41:
----------------------------------------
Summary: Parser for SimpleTableDefs
Key: METAMODEL-41
URL: https://issues.apache.org/jira/browse/METAMODEL-41
Project: Metamodel
Issue Type: Improvement
Reporter: Kasper Sørensen
Assignee: Kasper Sørensen
In Spring module we have the parser for SimpleTableDef. But this should be made
part of core.
In general the parser should be able to parse a CREATE TABLE like statement,
although without the CREATE TABLE prefix (since creation isn't necesarily the
end goal of the parsing).
Example:
{code}
person (
id INTEGER,
name VARCHAR,
age INTEGER
)
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)