question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Postgres type 'geometry' is not supported by mapping

See original GitHub issue

Is there a way to declare mappings anywhere?

Currently my geometry typed is showing as never. Would it make sense to type is as unknown?

Love the idea behind this lib!

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
joecarvercommented, Jun 25, 2021

@goofiw Have you made any progress on this? I’m in a similar position - would really like to use this library but our database has Postgis installed so I need support for Point and other geometry columns. Happy to help implement if there’s anything I can do! Thanks 😃

1reaction
nickreesecommented, Apr 16, 2021

@goofiw Encountered this recently. Should be pretty easy to type as Array<Array<Array<Array<number>>>> which we’ve done in the past.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error Mapping Geometry type Point in PostgreSQL
Try switching the column in database for location from type of point to type geometry. Also use all the following properties
Read more >
Unable to view maps when using Postgres geography ...
Problem : Unable to view maps when using Postgres geography/geometry columns. Solution: After setting up an information link containing a ...
Read more >
PostgreSQL+Postgis geometry column problem
I connect successfully to a PostgreSQL Table from Tableau 2019.2. The table contains a geometry type (containing polygons or multi polygons) in a...
Read more >
The geometry_type of a spatial column cannot be changed ...
The error you're getting is indicating that it's reading type 'geometry' out of your source table but can't convert the PostgreSQL column ...
Read more >
Add support for Geometry types on Postgresql/PostGIS ... - Bugs
Support for Geometry types not present when working with PostGIS databases. There are various converter bits available when searching for support, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found