Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Corrected some new Doxygen issues | David Sommerseth | 2009-09-28 | 1 | -2/+2 |
| | |||||
* | Rewrote sqlite_get_num_tuples() and sqlite_get_affected_rows() as macros | David Sommerseth | 2009-09-26 | 1 | -2/+21 |
| | |||||
* | Added comments to sqlite.[ch] | David Sommerseth | 2009-09-08 | 1 | -27/+71 |
| | |||||
* | SQLite3 - Added support for "affected rows" count on INSERT/UPDATE/DELETE ↵ | David Sommerseth | 2009-09-01 | 1 | -0/+2 |
| | | | | queries | ||||
* | Made the licence explicit GPLv2 only | David Sommerseth | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | Cleaned up the code a little bit | David Sommerseth | 2009-03-26 | 1 | -1/+2 |
| | | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct | ||||
* | Compile fix: Use sqlite_int64 instead of sqlite3_int64 | David Sommerseth | 2009-03-02 | 1 | -1/+1 |
| | | | | | This makes it possible to compile it on some older versions of the SQLite3 library | ||||
* | sqlite3 - Added saving last_insert_id on INSERT INTO queries | David Sommerseth | 2008-12-22 | 1 | -0/+1 |
| | |||||
* | sqlite3 - Added sortkeys as argument to sqlite_query_mapped(...) | David Sommerseth | 2008-12-20 | 1 | -1/+1 |
| | | | | | The last argument to the function can contain a list over field names which will be used in the ORDER BY clause when doing SELECT queries. | ||||
* | Added sqlite functions for populating an XML document directly | David Sommerseth | 2008-12-13 | 1 | -0/+8 |
| | |||||
* | Update field mapping to include data type. Improved ↵ | David Sommerseth | 2008-12-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | sqlite_query_mapped(...) function The new sqlite_query_mapped(...) function will now consider the field type when formatting the data values for SQLite. In addition reserved words on the DATETIME data type will be preserved without quote encapsulation. Improved the sqlite_query_mapped(...) to also handle UPDATE, INSERT and DELETE in addition to SELECT. The function now needs two eDBfieldMap mappings. The first one will contain update/insert values, while the last one defines search criteria. | ||||
* | Extended sqlite.[ch] with sqlite_query_mapped(...) | David Sommerseth | 2008-12-07 | 1 | -1/+2 |
| | | | | | | | This functions does almost the same as sqlite_query(...), it takes an SQL statement without the WHERE clause. The where clause is built up based on the fields sent in via the eDBfieldMap struct, containing the fields and values to look for. | ||||
* | Added GPLv2 licence, updated *.[ch] files to include license, with exception ↵ | David Sommerseth | 2008-08-08 | 1 | -1/+15 |
| | | | | of memwatch and sha1 | ||||
* | Imported eurephia into git | David Sommerseth | 2008-08-06 | 1 | -0/+58 |