23 Feb
2006
23 Feb
'06
1:58 p.m.
Fabian Groffen schrieb:
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.
Is there any possibility to do a workaround? Or do I have to download source and patch it? Martin