Failing SQL Feature:
- Cannot parse DROP COLUMN command where
data is the column name
ALTER TABLE example DROP COLUMN data; can't be parsed
SQL Example:
-
ALTER TABLE example DROP COLUMN data;
Software Information:
- JSQLParser 5.3
- PostgreSQL
Tips:
Appears that adding a column with name data works ok
Failing SQL Feature:
datais the column nameALTER TABLE example DROP COLUMN data;can't be parsedSQL Example:
Software Information:
Tips:
Appears that adding a column with name
dataworks ok