You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a postgres db with some column of type "geometry"
When run application give me this error for table with column of type "geometry":
"System.InvalidCastException: Reading as 'System.Object' is not supported for fields having DataTypeName 'public.geometry'"
I have upgraded Npgsql to 9.0.2, rebuild the project, but the error show again.
Desktop (please complete the following information):
OS: [MACOs]
Browser [nothing]
Version [15.1.1]
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a postgres db with some column of type "geometry"
When run application give me this error for table with column of type "geometry":
"System.InvalidCastException: Reading as 'System.Object' is not supported for fields having DataTypeName 'public.geometry'"
I have upgraded Npgsql to 9.0.2, rebuild the project, but the error show again.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: