summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-072-74/+205
| | | | current bug: PQoidValue does not work for serial
* renamed log levelAlexander Sulfrian2011-12-071-6/+6
|
* initial import, some testAlexander Sulfrian2011-12-064-0/+223