X Tutup
The Wayback Machine - https://web.archive.org/web/20201110213507/https://github.com/fsprojects/SQLProvider/issues/695
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geometry column didn't work with postgress #695

Open
aalcaina opened this issue Nov 6, 2020 · 0 comments
Open

geometry column didn't work with postgress #695

aalcaina opened this issue Nov 6, 2020 · 0 comments

Comments

@aalcaina
Copy link

@aalcaina aalcaina commented Nov 6, 2020

Describe the bug
Fails to map a table that contains a column with geometry when is used postgres provider

To Reproduce
Steps to reproduce the behavior:

  1. Create a table with a column of the type geometry
  2. Try to query this table
  3. See error:
    The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Could not get columns for public.table, the type geometry(Point,4326) is unknown to Npgsql type mapping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup