Re: java.sql.SQLException: Cannot instantiate a SerialArray object

From: "a(dot)vokac(at)sh(dot)cvut(dot)cz" <a(dot)vokac(at)sh(dot)cvut(dot)cz>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: java.sql.SQLException: Cannot instantiate a SerialArray object
Date: 2005-08-10 09:33:31
Message-ID: 42F9C9EB.4030508@sh.cvut.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Probe this:

CREATE TABLE "Form2"
(
form2member3 int4,
form2member5 int8[] _*DEFAULT '{0,0,0}'::int8[]*_,
)
WITHOUT OIDS;

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-08-10 12:46:25 Re: Missing functionality in ResultSetMetaData ?
Previous Message Oliver Jowett 2005-08-10 00:17:11 Re: 8.0.3 parse errors where 7.x was ok