Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VISIBLE keyword causes parser error #243

Closed
timothy-r opened this issue Mar 25, 2024 · 2 comments
Closed

VISIBLE keyword causes parser error #243

timothy-r opened this issue Mar 25, 2024 · 2 comments
Assignees

Comments

@timothy-r
Copy link

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:

  1. Write an SQL create table statement with an index that uses the VISIBLE keyword
  2. Read the SQL with the ddl parser
  3. See the error generated

Expected behavior
DDL parser should read SQL DDL statements with the VISIBLE keyword

@xnuinside
Copy link
Owner

@timothy-r hello, thanks for opening the issue, can you send an example of SQL with this keyword?

@xnuinside xnuinside self-assigned this Apr 21, 2024
@xnuinside
Copy link
Owner

xnuinside commented Apr 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants