Is this a bug????

From: Joost Kraaijeveld <J(dot)Kraaijeveld(at)Askesis(dot)nl>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Is this a bug????
Date: 2005-12-04 22:29:30
Message-ID: 1133735370.5560.15.camel@Panoramix
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

If I run this query:

select objectid,defaulttermsofpayment from prototype.customers
where
objectid = '336A0451-D9E8-7C11-6333-C17DF18E8979'

I get the following answer:

"336A0451-D9E8-7C11-6333-C17DF18E8979";"null"

If I run this query I get *no* results:

select objectid,defaulttermsofpayment from prototype.customers
where
defaulttermsofpayment is null

Is this a bug?

--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: J(dot)Kraaijeveld(at)Askesis(dot)nl
web: www.askesis.nl

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Qingqing Zhou 2005-12-04 23:10:41 Re: Is this a bug????
Previous Message Bjrn Sjlenius 2005-12-04 10:33:42 BUG #2093: SUM of timeintervals, no problems in 8.0.3