Geometry data type

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
drysg
Posts: 28
Joined: Fri 09 Mar 2012 15:10

Geometry data type

Post by drysg » Thu 31 May 2012 18:48

Just started using LinqConnect 4.0.

Can I make a request: Can you "support" the Geometry data type (PostGIS 2.0)?
I don't care if you cannot do any operations on it (WHERE,etc.) just let me map tables that have that type, and not give me the error:

Code: Select all

Error	1	Custom tool error: The ServerDataType value of the Column element 'Bbox' in the Type element 'Catalog' is not valid. The data type 'GEOMETRY' is not supported.	C:\Users\ysg4206\documents\visual studio 2010\Projects\CatalogServer\DBConnection.lqml	1
1

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Geometry data type

Post by MariiaI » Fri 01 Jun 2012 12:17

Thank you for the suggestion. We will consider the possibility of adding support for the Geometry data type. We will notify you about the results as soon as possible. Also you can post your suggestion at our UserVoice so that other users can support it.

Post Reply