Bug report - ODBC Driver - Error 42P18

From: Consolity Inc <consolity(at)outlook(dot)com>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Bug report - ODBC Driver - Error 42P18
Date: 2014-02-28 16:20:46
Message-ID: COL128-W184DA71BB29376F2EDB04BAA820@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

The PostgreSQL ANSI ODBC driver reports 42P18 - ERROR: could not determine data type of parameter $<n>; when preparing SQL with an expression of the form:
<bound parameter> IS NULL.
This is a breaking change to existing code that depends on being able to check the NULL-ness of a parameter.
Behavior is new as of psqlODBC 09.03.0100
PostgreSQL version: 9.3.2OS: Windows

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jeremy Thornton 2014-02-28 16:31:02 UUID, UUID-OSSP extension, and ODBC issue
Previous Message Heikki Linnakangas 2014-02-28 09:53:07 Re: 09.03.0100 cursor failures on various architectures