summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* sqlite3: Improve error handling if memory alloc fails for SQL query stringDavid Sommerseth2012-10-191-2/+8
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
* sqlite: Added SQL function to convert datetime timestamps from UTC/GMT to loc...David Sommerseth2012-10-081-5/+76
* Implemented better error handling in the SQLite3 frameworkDavid Sommerseth2011-12-191-18/+100
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Add support for ft_STRING_LOWER in the sqlite3 driverDavid Sommerseth2009-11-121-7/+17
* Fixed memory leak when sqlite_query() failsDavid Sommerseth2009-09-261-0/+1
* Rewrote sqlite_get_num_tuples() and sqlite_get_affected_rows() as macrosDavid Sommerseth2009-09-261-24/+0
* Fixed SEGV error when calling sqlite_dump_result() on dbresults from other qu...David Sommerseth2009-09-261-2/+3
* Only add table alias in SQL 'WHERE' sectionsDavid Sommerseth2009-09-261-1/+1
* Moved the useful append_str() macro from sqlite.c to eurephia_nullsafe.hDavid Sommerseth2009-09-251-11/+0
* Removed usage of a global result pointerDavid Sommerseth2009-09-171-54/+50
* Added comments to sqlite.[ch]David Sommerseth2009-09-081-13/+139
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-16/+16
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-11/+5
* Removed header file which is no longer neededDavid Sommerseth2009-09-051-1/+0
* Added missing #include statementsDavid Sommerseth2009-09-021-0/+1
* Only populate XML nodes if we have a value to populate it withDavid Sommerseth2009-09-011-13/+14
* SQLite3 - Added support for "affected rows" count on INSERT/UPDATE/DELETE que...David Sommerseth2009-09-011-0/+10
* Added improved filtering support to SQLite3 driverDavid Sommerseth2009-04-051-1/+17
* Fixed some possible issues with the XML implementation, regarding UTF-8David Sommerseth2009-03-291-5/+20
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-4/+2
* 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