Open Igorgro opened 2 months ago
Describe the bug When SQL code contains quoted constraint name, it is failed to import
To Reproduce Steps to reproduce the behavior:
CREATE TABLE books ( id UUID NOT NULL, CONSTRAINT "PK_books" PRIMARY KEY (id) );
CREATE TABLE books ( id UUID NOT NULL, CONSTRAINT PK_books PRIMARY KEY (id) );
Expected behavior SQL script successfully imported
Screenshots
Yep, this was reported and fixed. In the next release of the parser this will not be a problem
Describe the bug When SQL code contains quoted constraint name, it is failed to import
To Reproduce Steps to reproduce the behavior:
Expected behavior SQL script successfully imported
Screenshots