On Wed, May 18, 2005 at 12:00:10PM +0200, [EMAIL PROTECTED] wrote:
> From: lqs <[EMAIL PROTECTED]>
> Subject: [fpc-devel] THE CAUSE OF BUG 3977 (read/readln bug)
> Date: Wed, 18 May 2005 16:40:50 +0800
> To: fpc-devel@lists.freepascal.org
>
> Yesterday I posted a bug report of the read/readln bug
> 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
>
On 18 mei 2005, at 15:05, Peter Vreman wrote:
When will the next version release? This is a serious bug.
If it was really serious it would have already been found years ago.
No, it was only relatively recently introduced while fixing another bug
(on 3 April 2005).
Jonas
__
> 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
When will the next version release? This is a serious bug.
2005/5/18, Marco van de Voort <[EMAIL PROTECTED]>:
> [ Charset ISO-8859-1 unsupported, converting... ]
> > Yesterday I posted a bug report of the read/readln bug in the rtl, in
> > the link http://www.freepascal.org/bugs/showrec.php3?ID=39
[ Charset ISO-8859-1 unsupported, converting... ]
> Yesterday I posted a bug report of the read/readln bug in the rtl, in
> the link http://www.freepascal.org/bugs/showrec.php3?ID=3977 . I
> examined the rtl source today and found what causes the bug. In the
> file fpc/rtl/inc/text.inc, line 756, t
Yesterday I posted a bug report of the read/readln bug in the rtl, in
the link http://www.freepascal.org/bugs/showrec.php3?ID=3977 . I
examined the rtl source today and found what causes the bug. In the
file fpc/rtl/inc/text.inc, line 756, there is a function called
NextChar. The last two line in t