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
and it appears to compile my queries as expected from my schema's
location geometry(Point, 4326) NOT NULL,
However I'm getting this error on Insert failed to encode args[7]: unable to encode geos.Geom{context:(*geos.Context)(0x140001be000), geom:(*geos._Ctype_struct_GEOSGeom_t)(0x6000033dc000), parent:(*geos.Geom)(nil), typeID:0, numGeometries:1, numInteriorRings:0, numPoints:0} into text format for unknown type (OID 28177): cannot find encode plan
I've assumed it's because I've not yet figured out how to configure the connection pool to use go-geos.
I don't see any functions in encore.dev/storage/sqldb that would enable me to call AfterConnect. Can you provide some guidance?
The text was updated successfully, but these errors were encountered:
I'm using the go-geos geos package for sqlc
and it appears to compile my queries as expected from my schema's
However I'm getting this error on Insert
failed to encode args[7]: unable to encode geos.Geom{context:(*geos.Context)(0x140001be000), geom:(*geos._Ctype_struct_GEOSGeom_t)(0x6000033dc000), parent:(*geos.Geom)(nil), typeID:0, numGeometries:1, numInteriorRings:0, numPoints:0} into text format for unknown type (OID 28177): cannot find encode plan
I've assumed it's because I've not yet figured out how to configure the connection pool to use go-geos.
I don't see any functions in
encore.dev/storage/sqldb
that would enable me to call AfterConnect. Can you provide some guidance?The text was updated successfully, but these errors were encountered: