Closed 1ilit closed 1 month ago
Support WITHOUT ROWID after the table definition according to https://www.sqlite.org/lang_createtable.html
WITHOUT ROWID
Database Engine SQLite
To Reproduce -the SQL that be parsed
CREATE TABLE visits (url TEXT) WITHOUT ROWID;
-the node-sql-parser version v5.3.2 -the node version v18.20.3
Expected behavior Not throw a syntax error
Support
WITHOUT ROWID
after the table definition according to https://www.sqlite.org/lang_createtable.htmlDatabase Engine SQLite
To Reproduce -the SQL that be parsed
-the node-sql-parser version v5.3.2 -the node version v18.20.3
Expected behavior Not throw a syntax error