BUG #2892: NULL problems, E_FAIL

From: "michael" <miblogic(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2892: NULL problems, E_FAIL
Date: 2007-01-14 11:31:05
Message-ID: 200701141131.l0EBV5Yt006171@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2892
Logged by: michael
Email address: miblogic(at)yahoo(dot)com
PostgreSQL version: 8.2.0 and 8.2.1
Operating system: windows 2000
Description: NULL problems, E_FAIL
Details:

hi PostgreSQL team,

i seems to find a flaw with NULL values in odbc driver
psqlodbc-08_01_0200.zip, when using these for pg version 8.2.1, it errors
E_FAIL.

so i tried to use the much lower odbc version psqlodbc-08_01_0101.zip for
8.2.1, the error gone.

my query is basically an expense transaction with fund transfer(optional,
hence NULL-able), using LEFT JOIN.

what i find strange is i'm already using psqlodbc-08_01_0200.zip for pg
version 8.2.0 and it's ok, but it doesn't work with pg 8.2.1

these are the OK setup:

pg 8.2.0 = psqlodbc-08_01_0200.zip
pg 8.2.1 = psqlodbc-08_01_0101.zip

best regards,
mike

p.s.

btw, "no buffer space available" is still very much a problem in Windows
2000 Server, when doing dump backups, and sometimes when fetching data (the
user has to retry opening the record). but this doesn't happen when
PostgreSQL is in Windows XP Professional, i'm already thinking to make WinXP
as our PostgreSQL server, but WinXP has something only 10 "hardwired"
concurrent TCP/IP connections, this is not suitable in our environment, we
exceeded 10 concurrent users

overall, thanks for the greatest database product :)

Browse pgsql-bugs by date

  From Date Subject
Next Message Ilya Kogan 2007-01-14 20:05:40 BUG #2893: Non-standard theme explodes the installer.
Previous Message David Higgs 2007-01-13 19:39:41 Re: BUG #2889: Syntax error: WHERE ANY(arrayfield) = N