Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Describe the bug
i want to parse this sql
it give me this error
To Reproduce
Steps to reproduce the behavior:
CREATE TABLE "public"."table" (
"delimiter" text DEFAULT ','::text,
"text_array" text[] DEFAULT ARRAY[]::text[] NOT NULL,
);
Parsing this SQL using JSqlParser with this statements
ParseException
Expected behavior
A clear and concise description of what you expected to happen.
System