summaryrefslogtreecommitdiffstats
path: root/server/database.py
Commit message (Expand)AuthorAgeFilesLines
* Corrected missing scope with debug variable in Database::SELECT() methodDavid Sommerseth2009-08-051-1/+1
* Implemented Database::DELETE() metodDavid Sommerseth2009-08-051-0/+22
* Improved possibility to get more debug info, and to run tests without executi...David Sommerseth2009-08-051-10/+29
* Improved error message on SQL SELECT queriesDavid Sommerseth2009-08-051-7/+10
* database - added NumTuples() methodDavid Sommerseth2009-07-301-0/+17
* database: Added SELECT() and GetValue() methodsDavid Sommerseth2009-07-301-0/+70
* Completed the Database classDavid Sommerseth2009-07-301-7/+29
* First cut at a Database class, almost completed INSERT() functionDavid Sommerseth2009-07-291-0/+104