See ChangeLog entry 2003-02-17 13:15 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2003-02-17 18:14:47 +00:00
parent 09ce6a3518
commit 908d2fc46c
2 changed files with 10 additions and 2 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-02-17 13:15 UTC-0500 David G. Holm <dholm@jsd-llc.com>
* source/rtl/dbdelim.c
! Bug fix for EOL handling when using large import files,
provided by the author of the dbdelim append from code,
Marco Braida <marcobra@elart.it>
2003-02-15 11:00 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
* config/linux/global.cf
- removed PRG_USR directive, because it is no longer needed

View File

@@ -240,8 +240,10 @@ local lcisonoeol
// fill the buffer
cByte:=space(nDimBuff)
fread(handle,@cByte,nDimBuff)
//we test the last position of the last eol +1 in this buffer
nPoslastEol+=rat(cCharEol,cByte)+1
// with +1 there is a problem on large import of data
// for now we keep it remmed
// please test and test and test
nPoslastEol+=rat(cCharEol,cByte) // +1
//do this if in the buffer there are eol char
lcisonoeol:=.t.
do while lcisonoeol