1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 10 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... about 16 years ago
Add support for new sqlite_prepare_v2 function (for SQLite library v.3.3.1 and later). Implemented only in TLiteDB.Query3, TLiteDB.Execute3 and TLiteDB.ExecuteW3 methods. For fully backward compatibility this functionality automatically detects older or newer SQLite libraries. More... over 16 years ago
QuerySize processing in TLiteDB.Query3 metod More... over 16 years ago
Prevention against bug which occures if SQL statement contain empty spaces after last semicolon in TLiteDB.Query3 metod More... over 16 years ago
Make Libsql to compile on WinCE / FPC More... over 16 years ago
*** empty log message *** More... over 17 years ago
Monothreaded sqlite - works more or less, both windows and linux tested. will avoid locking sqlite issues on unix when having a multithreaded application by doing everything interaction with the database in a single thread. Issue with resultset freeing though (since resultsets are shared between twe instances of TLiteDB). Temporary fixed by not freeing it at all (leaks memory - but only when freeing the TMLiteDB class - re-use is no problem. Just make sure you re-use the TMLiteDB, not creating/freeing all the time). Needs fix though but this is complex. More... over 17 years ago
no changes (but somehow cvs thinks it is changed). More... over 17 years ago
blobs were not correctly fetched (treated as pchar). fixed. More... over 17 years ago
removed onerror callback if query was empty. More... over 17 years ago
removed declaration of NaN. additional unnecessary try-except added. More... over 17 years ago
sqlite unknown datatype defaluts to dtstring (was previously: dtunknown, and resulted in errors in some cases since with unknown the data was unretrievable) More... over 17 years ago
FPC compatability switches More... over 17 years ago
Fixing multi thread safety for new TLiteDB.Query3 metod. More... almost 18 years ago
small change, let lasterror be -1 if connection failed.. More... almost 18 years ago
0.751 More... almost 18 years ago
*** empty log message *** More... almost 18 years ago
libsql package for delphi 7 More... almost 18 years ago
libsql package for delphi 5 More... almost 18 years ago
Fixed CR/LF for older delphi (D5) Replaced Assign method for TList by simple loop for compatability with older delphi (D5) More... almost 18 years ago
postgressql library interface, merged into single file by rene, as originated and released to the public domain by Gregor Owen http://home.att.net/~owen_labs/index.htm More... almost 18 years ago
Removed (uncommented) declaration and implementation of obsoleted method "Query3W" More... almost 18 years ago
remeved compiled warning ("text after end.") More... almost 18 years ago
*** empty log message *** More... almost 18 years ago
quick and dirty console demo More... almost 18 years ago
Modified declaration of posex function (nat availble in D1-6) to avoid compiler warning More... almost 18 years ago
*** empty log message *** More... almost 18 years ago
libsql v0.75 More... almost 18 years ago
mailing list changed to sourceforge. More... almost 18 years ago
added info about lazarus package More... almost 18 years ago