BUG #13536: SQLParamData thows "Invalid Endian" error

From: lthompson(at)alteryx(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13536: SQLParamData thows "Invalid Endian" error
Date: 2015-08-03 18:23:38
Message-ID: 20150803182338.1044.84028@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-odbc

The following bug has been logged on the website:

Bug reference: 13536
Logged by: Linda Thompson
Email address: lthompson(at)alteryx(dot)com
PostgreSQL version: 9.4.1
Operating system: windows
Description:

With the 9.2 ODBC driver and many previous versions my SQLParamData worked
just fine. When we went to 9.3.3 and 9.3.4 ODBC Drivers, we can no longer
add Spatial objects. The second call to SQLParamData to add the next
Spatial object throws an error "Invalid Endian". However if we do 1 spatial
object at a time, we can add the exact same object with the exact same code.
I believe there is a bug somewhere in the new ODBC driver throwing the
wrong error code. IT should just be returning SQL_NEED_DATA or "done"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message brent_despain 2015-08-03 19:06:45 Re: BUG #13530: sort receives "unexpected out-of-memory situation during sort"
Previous Message Tom Lane 2015-08-03 16:40:12 Re: BUG #13533: jsonb_populate_record does not work when the value is a simple string

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2015-08-04 07:16:55 Re: [BUGS] BUG #13536: SQLParamData thows "Invalid Endian" error
Previous Message Adrian Klaver 2015-08-03 14:48:48 Re: PSQL iODBC driver on mac os x 10.10.3 (Yosemite)