Closed greizgh closed 6 years ago
Right now parsing a CREATE TABLE statement will fail:
CREATE TABLE
Exemple:
CREATE TABLE withcomments ( ... field VARCHAR(100) COMMENT 'some field', ... ) COMMENT='table description';
It would be nice to support those. I'm not yet really familiar with nom, but I would gladly help on this feature.
Right now parsing a
CREATE TABLE
statement will fail:Exemple:
It would be nice to support those. I'm not yet really familiar with nom, but I would gladly help on this feature.