Global column name mapping ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chkaufmann
Posts: 82
Joined: Sat 01 Jul 2006 11:42

Global column name mapping ?

Post by chkaufmann » Tue 24 Jan 2017 07:33

Hi,

I have to ensure that my application runs with PostgreSQL. So far quite easy with UniDac, but I have one major problem: XMIN and XMAX are system columns but I use these column names a lot in my Gis application.

So before I start to build something on my own: Does UniDac support some kind of global column name mapping? So if I use XMAX, it is converted for example to XMAX2 in SQL statements and if I have a query / table from a select result if there is a XMAX2 column it will be found as XMAX as well?

cu Christian

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Global column name mapping ?

Post by AlexP » Tue 24 Jan 2017 08:56

Hello,

There is no such functionality in UniDAC.

Post Reply