Re: [fpc-pascal] Sqlite error sqlite3_extended_errcode SIGSDEV (better format)

2018-03-15 Thread Santiago A.
El 14/03/2018 a las 19:26, Luca Olivetti escribió: > El 14/03/18 a les 18:50, Santiago A. ha escrit: > >>   I downloaded the last version of sqlite3.dll and now it works. Was my >> dll corrupted or was too old and hadn't such entry?. Nevertheless, I >> think this check of nil should be done, or che

Re: [fpc-pascal] Sqlite error sqlite3_extended_errcode SIGSDEV (better format)

2018-03-14 Thread Luca Olivetti
El 14/03/18 a les 18:50, Santiago A. ha escrit: I downloaded the last version of sqlite3.dll and now it works. Was my dll corrupted or was too old and hadn't such entry?. Nevertheless, I think this check of nil should be done, or check the version and rise "Not valied for this version". A SIG

Re: [fpc-pascal] Sqlite error sqlite3_extended_errcode SIGSDEV (better format)

2018-03-14 Thread Santiago A.
Hello: I had problems with Sqlite3 it raised SIGSDEV exception, but I think it worked with FPC 2.6.4 from Lazarus 1.6. (not sure because It is a new PC, but with 1.8.0) . Finally I have found where the problem is. The problem is in sqlite3conn.pp: procedure TSQLite3Connection.checkerror(const ae

[fpc-pascal] Sqlite error sqlite3_extended_errcode SIGSDEV

2018-03-14 Thread Santiago A.
Hello: I had problems with Sqlite3 it raised SIGSDEV exception, but I think it worked with FPC 2.6.4 from Lazarus 1.6. (not sure because It is a new PC, but with 1.8.0) . Finally I have found where the problem is. The problem is in sqlite3conn.pp: procedure TSQLite3Connection.checkerror(const ae