From: thhal at mailblocks.com (Thomas Hallgren) Date: Wed, 25 May 2005 20:03:31 +0200 Subject: [Pljava-dev] Does trigger's NEW/OLD ResultSet contain "oid" column In-Reply-To: References: <4294BDF3.40908@mailblocks.com> Message-ID: Marek Lewczuk wrote: > I tried to get OID of updated record and following exception was thrown: > java.sql.SQLException: Tuple has no attribute "oid" > > Does trigger's NEW/OLD ResultSet contain "oid" column ? It should... Yes, it should. System columns are apparently not handled correctly. Please file this as a bug. Regards, Thomas Hallgren