another wrong error message returned: INSERT with missing field

From: <me(at)alternize(dot)com>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: another wrong error message returned: INSERT with missing field
Date: 2005-11-16 01:26:51
Message-ID: 00ab01c5ea4c$d279f830$0201a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-odbc by date

  From Date Subject
Next Message Tobias Britz 2005-11-16 08:08:34 Re: Visual Studio 2005 not happy with postgresql
Previous Message Leendert Paul Diterwich 2005-11-15 21:27:01 Re: Visual Studio 2005 not happy with postgresql