patch-package icon indicating copy to clipboard operation
patch-package copied to clipboard

Patch file parse error

Open subashpahari opened this issue 8 months ago • 1 comments

<Please attach the patch file in question>@@ -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())});
  • return ST_GeomFromText(${options.bindParam(wkx.Geometry.parseGeoJSON(value).toWkt())}); } }

subashpahari avatar May 07 '25 12:05 subashpahari

There isn't enough information in this github issues regarding how you created the patch, how you tried to apply it, and the errors that you got.

YasharF avatar May 08 '25 00:05 YasharF