Re: Possible bug / regression from generated keys - Mailing list pgsql-jdbc

From Peter Cooner
Subject Re: Possible bug / regression from generated keys
Date
Msg-id CAHVZnpGjooaNCm9N9q10m+2ZxoeVnMKXhOv60tGLvOFdUUaWkw@mail.gmail.com
Whole thread Raw
In response to Re: Possible bug / regression from generated keys  (Peter Cooner <petriborg@gmail.com>)
Responses Re: Possible bug / regression from generated keys  (dmp <danap@ttc-cmc.net>)
List 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.


pgsql-jdbc by date:

Previous
From: Peter Cooner
Date:
Subject: Re: Possible bug / regression from generated keys
Next
From: dmp
Date:
Subject: Re: Possible bug / regression from generated keys