Bug - Postgresql tables with OID's

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Longbeard
Posts: 1
Joined: Wed 28 Dec 2011 07:43

Bug - Postgresql tables with OID's

Post by Longbeard » Wed 08 Jun 2016 06:34

Greetings,
we recently did upgrade our project from version 5.x.x unidac to 6.2.9 , after a while we stumbled on some few problems updating and working on tables with OID's set to true getting error "Overflow while converting variant of type (Int64) into type (Integer)", I am kinda surprised why unidac components are trying to retrieve oids as type integer, as-long as I can recall working with postgres, oids always where type bigint hence Int64.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Bug - Postgresql tables with OID's

Post by MaximG » Thu 09 Jun 2016 13:39

We have checked functionality of UniDAC using PostgreSQL tables with OID's. Unfortunately, we couldn't reproduce the issue. Please compose a complete demo sample reproducing the issue, and send it to us, including a script for creating all the used database objects, for further investigation.

Post Reply