summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* sqlite3: Make sqlite_query_mapped(...) work with empty WHERE clauseDavid Sommerseth2008-12-261-3/+10
* sqlite3 - Added saving last_insert_id on INSERT INTO queriesDavid Sommerseth2008-12-221-0/+3
* sqlite3 - Added sortkeys as argument to sqlite_query_mapped(...)David Sommerseth2008-12-201-2/+6
* Fixed more memory leaks and missing memory initialisation.David Sommerseth2008-12-191-2/+4
* sqlite - BUGFIX: Fixed INSERT INTO statements when using sqlite_query_mapped(...David Sommerseth2008-12-181-2/+8
* sqlite: Fixed segfault int SQLreservedWord(...)David Sommerseth2008-12-181-1/+1
* Added sqlite functions for populating an XML document directlyDavid Sommerseth2008-12-131-0/+19
* Enhanced table/field mapping and eDBmkMapping_USERINFO(...) to include possib...David Sommerseth2008-12-111-0/+4
* Do not encapsulate key-value pairs with () in UPDATE modeDavid Sommerseth2008-12-081-3/+13
* Added possibility to also set NULL values in UPDATEDavid Sommerseth2008-12-081-1/+2
* Update field mapping to include data type. Improved sqlite_query_mapped(...)...David Sommerseth2008-12-081-22/+151
* Extended sqlite.[ch] with sqlite_query_mapped(...)David Sommerseth2008-12-071-0/+33
* Added context_type into eurephiaCTX struct. Database queries limited due to ...David Sommerseth2008-11-291-0/+4
* Log review - changed log levels for all DEBUG(...) callsDavid Sommerseth2008-10-041-1/+1
* Improved code security. LOG_DEBUG statements are only compiled if DEBUG=1 is...David Sommerseth2008-09-191-1/+1
* Changed to using sqlite3_vmprintf() function instead of vsnprintf()David Sommerseth2008-09-101-3/+4
* Added GPLv2 licence, updated *.[ch] files to include license, with exception ...David Sommerseth2008-08-081-0/+14
* Imported eurephia into gitDavid Sommerseth2008-08-061-0/+325