maybe a bug?

From: Łukasz Odziewa <disk(at)ceti(dot)pl>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: maybe a bug?
Date: 2001-09-25 19:53:21
Message-ID: 000901c145fb$bba42850$0a00a8c0@disk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I have problem with new PGSQL 7.1.3

I've a table like that TT ( V VARCHAR(10), D DATE, I INTEGER);
and query "SELECT V || '</TD><TD>' || D || '</TD><TD>' || I FROM TT;"

In version 7.1.2 result is '$V</TD><TD>$D</TD><TD>$I' when $? means text
representation of ?. It's always true even if any $? is NULL.

In version 7.1.3 result is '$V</TD><TD>$D</TD><TD>$I' or NULL if any of
$? is NULL.

Is that change of result intended? (as going to SQL 92?)

Disk

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ricardo Caesar Lenzi 2001-09-26 15:32:15
Previous Message Micha Osmenda 2001-09-25 17:10:04 Problems