summaryrefslogtreecommitdiffstats
path: root/ts3db.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed typoAlexander Sulfrian2011-12-081-1/+1
|
* removed excessive loggingAlexander Sulfrian2011-12-071-13/+0
|
* freeing PGresult just after executing a queryAlexander Sulfrian2011-12-071-36/+22
| | | | | do not save PGresult anymore, just calculate the maybe needed values (modified row count, last inserted id) and freeing PGresult afterwards
* read config from ini fileAlexander Sulfrian2011-12-071-42/+40
|
* fixed possible buffer overflowAlexander Sulfrian2011-12-071-1/+5
|
* NULL fields should not be returned as NULLAlexander Sulfrian2011-12-071-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
* fix last inserted idAlexander Sulfrian2011-12-071-6/+10
| | | | pg insert should return the serial field as last_inserted_id
* some pg progressAlexander Sulfrian2011-12-071-71/+201
| | | | current bug: PQoidValue does not work for serial
* initial import, some testAlexander Sulfrian2011-12-061-0/+135