[fpc-devel] Warning for sqldb and fpc 2.1.1 users

2006-04-01 Thread Joost van der Sluis
Hi all, In revision 3111 TBufDataset is almost completely rewritten. I've tested as much as I could, but it could be that you encounter problems with sqldb which weren't there before. Please test if everything still works ok, and if not, tell me or submit a bug-report. Further I have a

[fpc-devel] Compiler compilation failure

2006-04-01 Thread Felipe Monteiro de Carvalho
Good afternoon, I did a clean checkout of fpc 2.1 branch and tryed to cycle the compiler to generate a arm crosscompiler. The compilation fails. I am using 2.0.2 to compile 2.1.x I noticed that the file where the error is (ogcoff.pas) changed recently, so it is probably under modification or

Re: [fpc-devel] Warning for sqldb and fpc 2.1.1 users

2006-04-01 Thread Micha Nelissen
On Sat, 01 Apr 2006 18:06:31 +0200 Joost van der Sluis [EMAIL PROTECTED] wrote: Further I have a question: now sqldb uses a linked-list record buffer, the RecordCount and RecNo properties are something strange. What should I do with recordcount? I can add a counter which keep track of the

Re: [fpc-devel] Warning for sqldb and fpc 2.1.1 users

2006-04-01 Thread Joost van der Sluis
On Sat, 2006-04-01 at 18:32 +0200, Michael Van Canneyt wrote: In revision 3111 TBufDataset is almost completely rewritten. I've tested as much as I could, but it could be that you encounter problems with sqldb which weren't there before. Please test if everything still works ok, and if

Re: [fpc-devel] Warning for sqldb and fpc 2.1.1 users

2006-04-01 Thread Luiz Americo Pereira Camara
Micha Nelissen escreveu: On Sat, 01 Apr 2006 18:06:31 +0200 Joost van der Sluis [EMAIL PROTECTED] wrote: Further I have a question: now sqldb uses a linked-list record buffer, the RecordCount and RecNo properties are something strange. What should I do with recordcount? I can add a counter

Re: [fpc-devel] Warning for sqldb and fpc 2.1.1 users

2006-04-01 Thread Martin Schreiber
On Saturday 01 April 2006 18.06, Joost van der Sluis wrote: Further I have a question: now sqldb uses a linked-list record buffer, the RecordCount and RecNo properties are something strange. What should I do with recordcount? I can add a counter which keep track of the recordcount. Ie: it

Re: [fpc-devel] Warning for sqldb and fpc 2.1.1 users

2006-04-01 Thread Micha Nelissen
On Sat, 01 Apr 2006 18:33:10 -0300 Luiz Americo Pereira Camara [EMAIL PROTECTED] wrote: And what about recno? Just define it as -1, or do a quick count to get the current record number? Take a look at TCustomSqliteDataset implementation. In its implementation a count is done each