You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ls-denis-iakovlev
changed the title
[BUG] JSQLParser 4.7 : MySQL 8 : Cannot parse functions in index creation DDL
[BUG] JSQLParser 4.7 : MySQL 8 : Cannot parse functional indecies in table creation DDL
Dec 20, 2023
ls-denis-iakovlev
changed the title
[BUG] JSQLParser 4.7 : MySQL 8 : Cannot parse functional indecies in table creation DDL
[BUG] JSQLParser 4.7 : MySQL 8 : Cannot parse functional indices in table creation DDL
Dec 20, 2023
Good day @manticore-projects, thanks for quick response!
I'm sorry, this is my bad, I tried to simplify an example but probably lost that in the original issue I had an index on 2 columns:
Failing SQL Feature:
Parsing
CREATE TABLE
DDL query failed when there is aKEY
parameter that uses functions likeLOWER
.The parsing fails with this error:
SQL Example:
Software Information:
Tips:
Please write in English and avoid Screenshots (as we can't copy and paste content from it).
MySQL 8 added a feature for functional indices: https://dev.mysql.com/doc/refman/8.0/en/create-index.html#create-index-functional-key-parts
The text was updated successfully, but these errors were encountered: