summaryrefslogtreecommitdiffstats
path: root/ts3db.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-08fixed typoAlexander Sulfrian1-1/+1
2011-12-07removed excessive loggingAlexander Sulfrian1-13/+0
2011-12-07freeing PGresult just after executing a queryAlexander Sulfrian1-36/+22
do not save PGresult anymore, just calculate the maybe needed values (modified row count, last inserted id) and freeing PGresult afterwards
2011-12-07read config from ini fileAlexander Sulfrian1-42/+40
2011-12-07fixed possible buffer overflowAlexander Sulfrian1-1/+5
2011-12-07NULL fields should not be returned as NULLAlexander Sulfrian1-8/+2
calling the callback with NULL as value will result in an assertion, that a basic_string could not created from a NULL pointer
2011-12-07fix last inserted idAlexander Sulfrian1-6/+10
pg insert should return the serial field as last_inserted_id
2011-12-07some pg progressAlexander Sulfrian1-71/+201
current bug: PQoidValue does not work for serial