Cancel => mydate >'TODAY' not working on 6.5.1 with dbi (fwd)

From: <kaiq(at)realtyideas(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Cancel => mydate >'TODAY' not working on 6.5.1 with dbi (fwd)
Date: 2000-03-08 16:47:10
Message-ID: Pine.LNX.4.10.10003081044220.32133-100000@picasso.realtyideas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

sorry, it's just a typo. I thought it is 6.5.1 bug, that why I ask before
I do anything. the behind-the-right-version mind-set is really bad.

---------- Forwarded message ----------
Date: Wed, 8 Mar 2000 10:37:17 -0600 (CST)
From: kaiq(at)picasso(dot)realtyideas(dot)com
To: pgsql-general(at)postgreSQL(dot)org
Subject: mydate >'TODAY' not working on 6.5.1 with dbi

I used
select mls,city,price,numbed,fb,ohsdate,ohystime,ohetime,address,dir,rem,
apid,brokerid from mls where ohflag>0 and ohdate >= 'TODAY'

it works thro psql, but when I use it through dbi, it does not work.
note that the query without >='TODAY' works fine:
select mls,city,price,numbed,fb,ohsdate,ohystime,ohetime,address,dir,rem,
apid,brokerid from mls where ohflag>0

anybody ideas? thanks in advance!

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wolfe 2000-03-08 18:53:49 Postmaster startup options (was: 50 MB Table)
Previous Message kaiq 2000-03-08 16:37:17 mydate >'TODAY' not working on 6.5.1 with dbi