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
When launching web application, I am getting error
SQLSTATE[42883]: Undefined function: 7 ERROR: function st_asewkb(traffic.geometry) does not exist
I do not see implementation for ST_AsEWKB even though it is used by CrEOF\Spatial\DBAL\Platform\PostgreSql. I have also tried to create support implementation for SpatialDQLFunction and registered it into Doctrine as custom numeric function. It did not make any difference.
The text was updated successfully, but these errors were encountered:
My Doctrine configurate has single geometry type added
I use it in single entity with following property definition
When launching web application, I am getting error
SQLSTATE[42883]: Undefined function: 7 ERROR: function st_asewkb(traffic.geometry) does not exist
I do not see implementation for
ST_AsEWKB
even though it is used byCrEOF\Spatial\DBAL\Platform\PostgreSql
. I have also tried to create support implementation for SpatialDQLFunction and registered it into Doctrine as custom numeric function. It did not make any difference.The text was updated successfully, but these errors were encountered: