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