Bug with ONLY Keyword

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dschuch
Posts: 75
Joined: Thu 05 Feb 2009 15:29
Location: Dresden

Bug with ONLY Keyword

Post by dschuch » Thu 08 Apr 2010 09:14

Hy Devart,

there is a bug with the ONLY keyword in PostgreSQL (table inheritance)

SELECT * FROM ONLY mytable.

if the sql generator generates the update statement it will interprate "ONLY" as the table name instead of mytable.

Daniel

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Fri 09 Apr 2010 07:58

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next PgDAC build.

Post Reply