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
SELECT * FROM myschema.myfunction('test'::data.text_not_null)
This query fails parsing because the reserved data keyword is being used.
In attempt to fix this, I was thinking to add it to RelObjectNameExt, is that the right place?
I tried do do that, but from some reason the auto-generated code is invalid.
In case anyone has any idea on how to resolve this, guidance will be appreciated and I'm happy to create a PR.