[BUGS] Is this a bug????

2005-12-04 Thread Joost Kraaijeveld
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

Re: [BUGS] Is this a bug????

2005-12-04 Thread Qingqing Zhou
"Joost Kraaijeveld" <[EMAIL PROTECTED]> wrote > > select objectid,defaulttermsofpayment from prototype.customers > where > objectid = '336A0451-D9E8-7C11-6333-C17DF18E8979' > > I get the following answer: > > "336A0451-D9E8-7C11-6333-C17DF18E8979";"null" > test=# create table m (c1 char(10), c2 c

Re: [BUGS] Is this a bug????

2005-12-04 Thread Tom Lane
Joost Kraaijeveld <[EMAIL PROTECTED]> writes: > 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