Re: Possible bug / regression from generated keys

From: Peter Cooner <petriborg(at)gmail(dot)com>
To: dmp <danap(at)ttc-cmc(dot)net>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>, Dave Cramer <pg(at)fastcrypt(dot)com>
Subject: Re: Possible bug / regression from generated keys
Date: 2012-11-08 13:39:55
Message-ID: CAHVZnpGjooaNCm9N9q10m+2ZxoeVnMKXhOv60tGLvOFdUUaWkw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

OK, so here is the batch info:

batch number, number of rows
1, 2
2, 3
3, 4
4, 4 - failed on row 4 - PSQLException: Bad value for type long :
5, 3 - failed on row 3 - PSQLException: Bad value for type long :
6, 1 - failed on row 1 - ArrayIndexOutOfBoundsException: 4
7, 4
8, 1 - failed on row 1 - ArrayIndexOutOfBoundsException: 4
9, 2
10, 3
11, 4
12, 3 - failed on row 3 - PSQLException: Bad value for type long : =
13, 1 - failed on row 1 - ArrayIndexOutOfBoundsException: 4
14, 1 - failed on row 1 - ArrayIndexOutOfBoundsException: 4
15, 4 - failed on row 4 - PSQLException: Bad value for type long : M
16, 1 - failed on row 1 - ArrayIndexOutOfBoundsException: 4

Always on column 1, position_id

Normally I would expect the batches to be larger, but I've reduced the
data speed for testing.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2012-11-08 15:57:08 Re: Possible bug / regression from generated keys
Previous Message Peter Cooner 2012-11-08 13:08:13 Re: Possible bug / regression from generated keys