(value, options)
| 341 | return `ST_GeomFromGeoJSON(${options.escape(JSON.stringify(value))})`; |
| 342 | } |
| 343 | bindParam(value, options) { |
| 344 | return `ST_GeomFromGeoJSON(${options.bindParam(value)})`; |
| 345 | } |
| 346 | } |
| 347 | |
| 348 | BaseTypes.GEOGRAPHY.types.postgres = ['geography']; |
no outgoing calls
no test coverage detected