Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-08 | fixed typo | Alexander Sulfrian | 1 | -1/+1 | |
2011-12-07 | removed excessive logging | Alexander Sulfrian | 1 | -13/+0 | |
2011-12-07 | freeing PGresult just after executing a query | Alexander Sulfrian | 1 | -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-07 | read config from ini file | Alexander Sulfrian | 1 | -42/+40 | |
2011-12-07 | fixed possible buffer overflow | Alexander Sulfrian | 1 | -1/+5 | |
2011-12-07 | NULL fields should not be returned as NULL | Alexander Sulfrian | 1 | -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-07 | fix last inserted id | Alexander Sulfrian | 1 | -6/+10 | |
pg insert should return the serial field as last_inserted_id | |||||
2011-12-07 | some pg progress | Alexander Sulfrian | 1 | -71/+201 | |
current bug: PQoidValue does not work for serial |