Re: Postgres 7.3b1 + JDBC3 (2002-09-05) truncates SQL commands?

From: Neil Conway <neilc(at)samurai(dot)com>
To: "H(dot) Meyer" <nospaming(at)gmx(dot)net>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 7.3b1 + JDBC3 (2002-09-05) truncates SQL commands?
Date: 2002-09-23 22:44:58
Message-ID: 87sn001g2d.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

"H. Meyer" <nospaming(at)gmx(dot)net> writes:
> when i try to execute the following SQL command:
>
> INSERT INTO SERIES
> (seriesDateTime,modality,seriesnumber,seriesinstanceuid,seriesdescr,bodypartexamined,slicethickness,sequencename,viewdirection,studytype,fieldofview,contrastAgent,numberseriesrelatedimages,manufacturermodel,stuParent,insertTimestamp)
> VALUES ('2002-05-07 14:34:12.0', 'MR', '2',
> '1.2.804.114118.1.20020507.143415.2812940098.1.1', 'SCRAPBOOK', '',
> '006.000000E+00', 'b0_1000', 'HEAD', 'MEA', '261*261', '', 0,
> 'MAGNETOM Harmony', '1.3.12.2.1107.5.2.5.10288.20020426150938000',
> '2002-09-17 11:07:30.293');
>
> via the JDBC3 beta driver for postgres 7.3b1 i get the following
> error.

[ ...]

> it seems as if the SQL command was truncated.

Can anyone confirm this?

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Welche 2002-09-23 23:00:06 cvs source doco
Previous Message Elaine Lindelef 2002-09-23 22:28:36 Re: OID order = INSERT order?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-09-24 18:53:01 Re: Binary Cursors (& Geometric Type Support)
Previous Message Laurentiu Drob 2002-09-23 11:27:43 Re: Postgres 7.3b1 + pg73b1jdbc3 rs.last() error