Bugs item #502266, was opened at 2002-01-11 03:01
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=109028&aid=502266&group_id=9028
Category: ISQL
>Group: Irreproducible Bug
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Paulo Roberto Quicoli (quicoli)
Assigned to: Nobody/Anonymous (nobody)
Summary: RC2 - SQL Error: Column name duplicated
Initial Comment:
This SELECT raises a SQL Error:
Select a.code, a.name, b.code, b.sell from
customers a, products b
where a.code = 555
i got a message: SQL Error duplicate column name
i use Firebird RC2 under delphi 5, i didnt get this
error using firebird IB6,
please, check it out
thank you
Paulo
----------------------------------------------------------------------
>Comment By: Claudio Valderrama C. (robocop)
Date: 2002-01-27 19:27
Message:
Logged In: YES
user_id=62823
This has nothing to do with the engine. Check the tools you
are using.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2002-01-22 06:27
Message:
Logged In: NO
cannot reproduce this, using ibconsole and firebird RC2 it
works fine. maybe it is a problem with delphi5!?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=109028&aid=502266&group_id=9028
|