[bug_fixed] Postgres 8.1 Domains

In this forum all bug reports concerning the 6.x branch will be gahtered. You have the possibility to track the bug fix process.

Moderators: EgonHugeist, mdaems

Post Reply
noelc
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 13.06.2006, 10:54

[bug_fixed] Postgres 8.1 Domains

Post by noelc »

Columns created using domains - in this case defined as varchar(x) - are being returned as having unknown length. Varchar columns not defined using domains are returned with the correct size. If the database is accessed via ADO then columns defined with domains are returned with the correct column size. Any ideas what is going on here?

PostgreSQL 8.1.4/Win32
libpq version 8.1.4.6142
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi noelc,

What Zeos release are you using? Is it one of the alfa releases under the download section? There were known problems with these versions. They should be fixed in SVN version. You could try the download here or SVN version. For SVN details, please search the forum.

Mark
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

A few hours later noelc wrote
Further to my last post, the ZeosLib version was 6.5.1 alpha 13-10-2005

I tried the 23052006 version as suggested and the problem appears to have been fixed.

Thanks
Bug closed.
Post Reply