Re: [fpc-devel] THE CAUSE OF BUG 3977 (read/readln bug)

2005-05-18 Thread Peter Vreman
When will the next version release? This is a serious bug. If it was really serious it would have already been found years ago. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] TMySQLConnection.LoadField field length

2005-05-18 Thread Joost van der Sluis
The TMySQLConnection.LoadField method from sqldb/mysql does not fetch the field lengths properly. It uses mysql_fetch_field_direct, but this only returns data about an entire column in your result set. It does not give valid field lengths for fields of variable length. Is should use