summaryrefslogtreecommitdiff
path: root/packages/sqlite/src
Commit message (Expand)AuthorAgeFilesLines
* * Contribution by Silvio Clecio to make writing extensions possiblemichael2018-12-211-0/+313
* - removed duplicate overloaded function that returned uninitialised resultsjonas2018-04-221-7/+1
* * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)michael2018-03-235-5/+5
* * Patch from Laco to update to version 3.14.2michael2016-10-041-46/+232
* * Second patch for big ID 27246michael2015-03-081-3/+4
* * Fixed sqlite_vfs (again) based on bug ID 27246michael2015-03-081-1/+1
* * Patch from Laco to fix Bug ID 27260 (mem leak)michael2015-03-081-23/+32
* * Patch to remove version constants from unit (Patch from Luiz Americo, bug I...michael2015-03-081-4/+4
* * Patch by Luiz (mantis #27503) that fixes a procedure-type that hasmarco2015-02-201-1/+1
* * Delphi compat changes pchar->pansichar. add pppansichar to systemh.inc marco2015-01-031-83/+83
* * *result_cint -> *result_int. Mantis #26583 Probably leftover of some int t...marco2014-08-121-4/+4
* * Patch from Reinier to implement library loader for Sqlitemichael2014-03-291-2/+14
* * Changed signature of initializesqlite3 to unicodestringmichael2014-02-131-11/+21
* * Updated till version 3.7.9 (as distributed with ubuntu 12.04)michael2014-02-121-4925/+206
* * Patch from Michael Fuchs to fix mem leakn (bug ID 23247)michael2013-03-111-0/+2
* * Forgot to commitmichael2012-10-291-5/+5
* * commited bindings for sqlite backup functions. Patch by Ludo #22394 which ...marco2012-10-061-0/+18
* Fixed misnamed sqlite3_value_cint (bug ID 19332)michael2011-05-111-7/+7
* * unmerged table based initialization of libraries.marco2011-02-191-585/+611
* - remove superfluous "end." as reported by Sven Barth, resolves #17017florian2010-07-261-2/+0
* * Removed some statementsmichael2010-04-272-4/+0
* * cleaned up redundant declarations of types like PP(P)Char/Byte and moved th...florian2009-12-262-4/+0
* * updated testpackages to use newest version of libhandlerivost2009-11-011-10/+4
* * call library handler function directlyivost2009-10-301-4/+4
* * removed unused unitsivost2009-10-301-170/+167
* * modified sqlite3dyn to use library handler of dynlibs.pas (no interface cha...ivost2009-10-301-445/+437
* * fixed InitializeSqlite and ReleaseSqlite functions (segfault after a callivost2009-09-161-21/+20
* * when compiled for statically linking the sqlite3 library, add a linklibjonas2009-08-021-0/+4
* * complete new sqlite3 headers (version 3.5.9)ivost2009-07-041-439/+5816
* * Use DynLibs.Sharedsuffix for postgres,sqlite and odbcjoost2008-12-021-2/+4
* * postgres and sqlite movedmarco2008-01-266-0/+1654