Wrong SQLSTATE returned? - Mailing list pgsql-novice

From Babak Asadi
Subject Wrong SQLSTATE returned?
Date
Msg-id 8a9d383050604111738cf1e2f@mail.gmail.com
Whole thread Raw
Responses Re: Wrong SQLSTATE returned?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Wrong SQLSTATE returned?  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-novice
Hi,

I'm using ADO to connect to my PostgreSQL instance. When I use a
SELECT statement that references a non-existent column in an existing
table I get a SQLSTATE error S1000 code with native error code 7.

I should note that the error description that ADO returns is "column
'mycolymn' does not exist" with a generic ADO unknown error code.

Am I not supposed to get a SQLSTATE code of: 42703 UNDEFINED COLUMN?

Thanks,
Babak

pgsql-novice by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: BUG #1697: Select getting slower on continously updating data
Next
From: "Michael Avila"
Date:
Subject: Auto Increment Questions