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
An example statement is select * from t where c = :from. Attached is the output of a test with parser debugging enabled. I'm not really familiar with JavaCC but from what I can tell from JdbcNamedParameter's definition in JSqlParserCC.jjt, it's expected to be composed of a : and an S_IDENTIFIER. S_IDENTIFIER's definition itself seems to have no restriction regarding keywords. Please correct me if I'm wrong.