simple-ddl-parser
simple-ddl-parser copied to clipboard
VISIBLE keyword causes parser error
Describe the bug Reading an SQL DDL that uses the VISIBLE keyword causes an error and the entire table definition is not read
To Reproduce Steps to reproduce the behavior:
- Write an SQL create table statement with an index that uses the VISIBLE keyword
- Read the SQL with the ddl parser
- See the error generated
Expected behavior DDL parser should read SQL DDL statements with the VISIBLE keyword
@timothy-r hello, thanks for opening the issue, can you send an example of SQL with this keyword?
released in version 1.1.0, added in PR: https://github.com/xnuinside/simple-ddl-parser/pull/246/files if will be needed anything else - feel fre to re-open this issue or create new one