15 Feb
2006
15 Feb
'06
10:36 a.m.
On 15-02-2006 11:29:45 +0100, Fabian Groffen wrote:
monetdb-> select name from people; Error: protocol violation: unexpected line in data block:
JDBC is right, the server sends this: &6 1 1 2500 250 (&6 id columncount rowcount offset) which means the server claims 2500 rows will follow, while in fact only one is sent (which is the last row actually), hence JDBC reports the prompt it sees as unexpected, since it waits for another 2499 rows to come.