This is a migrated thread and some comments may be shown as answers.

Reverse mapping and GiST in PGSQL

3 Answers 48 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Laurent Fabre
Top achievements
Rank 2
Laurent Fabre asked on 16 Feb 2011, 09:18 PM
Hi,

It seems no matter how you use custom GiST columns and even if you separate the schema the mapper will choke on the indexes and column types for as long as the data to be mapped and the GiST definition reside in the same database.

So I guess I'll have to find another way....

LF

3 Answers, 1 is accepted

Sort by
0
Damyan Bogoev
Telerik team
answered on 17 Feb 2011, 06:40 PM
Hi Laurent Fabre,

Firstly I want to thank you for the valuable input.
We will investigate the reported problem on our side. Once we resolve it we will provide you with more details.
I am sorry for the inconvenience caused.

Best wishes,
Damyan Bogoev
the Telerik team
0
Laurent Fabre
Top achievements
Rank 2
answered on 18 Feb 2011, 03:56 PM
As I cannot avoid using GiST I found a way to go around it for now which is that I duplicated the database. I opt out the GiST part on one which I use for reverse mapping and the Telerik runtime doesn't seem to have any issues operating on the other one once the mapping is passed.

This is a problem if for example I would like to be able to mapped the table in question where the GiST column is present which for now I'll update using mapped stored procedure and such.

LF
0
Accepted
Damyan Bogoev
Telerik team
answered on 21 Feb 2011, 05:06 PM
Hi Laurent Fabre,

It seems to be an issue related to the schema reading of GiST indexes. We will fix the cause for this issue for the next Q1 release.
Your telerik points are updated.

All the best,
Damyan Bogoev
the Telerik team
Tags
Data Access Free Edition
Asked by
Laurent Fabre
Top achievements
Rank 2
Answers by
Damyan Bogoev
Telerik team
Laurent Fabre
Top achievements
Rank 2
Share this question
or