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
Using columns or tables this is solved using a multipart name behind the scenes. One could implement this here as well. Since JSqlParser wants to provide parsing for multiple DB dialects it is not clear, what the first part of pg_catalog.now() really is. For instance using JQL from some JPA stuff, it could be a package name.
When parsing something like:
Expected behaviour is for the function name to be
now
with a schema name ofpg_catalog
.Instead, there is no
getSchemaName
method and thegetName
returnspg_catalog.now
.System
The text was updated successfully, but these errors were encountered: