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
I would say it's by design. Jsqlparser is only a parser and cannot differ between column, identifier, typename, ... Why not leave it like it is and do the semantics later. Maybe we should rename Column to DBidentifier.
Well, if we had a way to indicate the dialect the parser ahead - that would solve it.
For now, we just need it to parse this MSSQL dialect properly. (MySQL's is similar.)
So, we implemented this.
Actual Behavior
int - Column
Expected Behavior
int - ColDataType
Steps to Reproduce the Problem
Specifications
Note
This is fixed and PR pending.
The text was updated successfully, but these errors were encountered: