iafisher / sqliteparser

A parser for SQLite's dialect of SQL
https://sqliteparser.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Parse compound type name statements #2

Open iafisher opened 3 years ago

iafisher commented 3 years ago

https://sqlite.org/syntax/type-name.html

e.g., VARCHAR(256)