Subash Pahari
Results
1
issues of
Subash Pahari
@@ -844,10 +844,10 @@ class GEOMETRY extends ABSTRACT { this.srid = options.srid; } _stringify(value, options) { - return `GeomFromText(${options.escape(wkx.Geometry.parseGeoJSON(value).toWkt())})`; + return `ST_GeomFromText(${options.escape(wkx.Geometry.parseGeoJSON(value).toWkt())})`; } _bindParam(value, options) { - return `GeomFromText(${options.bindParam(wkx.Geometry.parseGeoJSON(value).toWkt())})`; +...