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 noticed some issues with generation after inadvertently upgrading to v1.8.0 from v1.7.0. We use a number of Postgis function in our queries, and they had otherwise worked fine, so I was surprised to see these messages about missing functions
/src/containers/XXX/sql/query/XXX.sql:1:1: function not found: st_dwithin
/src/containers/XXX/sql/query/XXX.sql:26:1: function not found: st_intersects
/src/containers/XXX/sql/query/XXX.sql:52:1: function not found: st_intersects
/src/containers/XXX/sql/query/XXX.sql:76:1: function not found: st_intersects
.
.
.
Are there missing configs I need to update for these? Rolling back to v1.7.0 seems to have resolved the issues. I'm on ubuntu.
Let me know if there are more details I can provide
The text was updated successfully, but these errors were encountered:
I noticed some issues with generation after inadvertently upgrading to v1.8.0 from v1.7.0. We use a number of Postgis function in our queries, and they had otherwise worked fine, so I was surprised to see these messages about missing functions
Are there missing configs I need to update for these? Rolling back to v1.7.0 seems to have resolved the issues. I'm on ubuntu.
Let me know if there are more details I can provide
The text was updated successfully, but these errors were encountered: