Open rornor opened 8 years ago
Thanks for reporting the issue. Can you provide your database structure or a small example to reproduce the issue?
It seems the problem is in postgis extension. If you have postgis you can enable on a test database with:
create extension postgis;
No luck solving this?
I have this problem too. Any workaround/fix?
Me too
It seems the problem is in postgis extension. If you have postgis you can enable on a test database with:
create extension postgis;
how did u actually solve this? I find it only works when i remove the existing postgis extension, but I need the extension in postgres
I can confirm the pull request #33 fixes this issue.
After creating connection to database (Test connection - Success), when I select database in "Connection pane" I get error as title says.
I use PG 9.5 and latest LinqPad