another wrong error message returned: INSERT with missing field - Mailing list pgsql-odbc

From
Subject another wrong error message returned: INSERT with missing field
Date
Msg-id 00ab01c5ea4c$d279f830$0201a8c0@iwing
Whole thread Raw
List pgsql-odbc
hi list.

i'm not sure if this was reported before (there was an error message related
conversation earlier):

when executing an malformed INSERT statement (which for example contains
some invalid fields), the odbc driver returns:

ERROR: current transaction is aborted, commands ignored until end of
transaction block

instead of the verbose error message you'll see when you execute the query
on the psql command line:

ERROR:  column "somefield" of relation "sometable" does not exist.

cheers,
thomas



pgsql-odbc by date:

Previous
From: "Leendert Paul Diterwich"
Date:
Subject: Re: Visual Studio 2005 not happy with postgresql
Next
From: "Tobias Britz"
Date:
Subject: Re: Visual Studio 2005 not happy with postgresql