Closed
Description
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