Closed 1ilit closed 1 week ago
Describe the bug It would be great if if not exists was also parsed for creating indices
if not exists
Database Engine PostgreSQL
To Reproduce -the SQL that be parsed
CREATE UNIQUE INDEX IF NOT EXISTS public_i_locations_pkey ON public.i_locations (id);
-the node-sql-parser version v5.3.4 -the node version v18.20.3
Expected behavior Parse without syntax error
Describe the bug It would be great if
if not exists
was also parsed for creating indicesDatabase Engine PostgreSQL
To Reproduce -the SQL that be parsed
-the node-sql-parser version v5.3.4 -the node version v18.20.3
Expected behavior Parse without syntax error