On 15-02-2006 11:04:23 +0100, Fabian Groffen wrote:
On 15-02-2006 10:27:10 +0100, Martin Beck wrote:
Do you have by any chance also the 251 INSERT statements for easy testing for me? As I stated, for example another table with a smaller rowsize, gives me 2750 result rows instead of expected 10000. (using ver. 2.10). Using 2.8.2 there was no problem with exactly the same tables.
Interesting. I will run your script, thanks for that.
Ok, also JdbcClient reports the problem: % java -jar jars/jdbcclient-1.3.jar sWelcome to the MonetDB interactive % JDBC terminal! Database: MonetDB 4.9.3 Driver: MonetDB Native Driver 1.3 (Spur_devel 20060215) Type \q to quit, \h for a list of available commands auto commit mode: on monetdb->\d TABLE sys.people monetdb-> select count(*) from people; +-----------+ | count_pid | +===========+ | 251 | +-----------+ 1 row monetdb-> select name from people; Error: protocol violation: unexpected line in data block: +----------------------------+ | name | +============================+ ... monetdb-> it unexpectedly ends the query result output, and appears to get an empty row it doesn't expect.