Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -74/+205 |
| | | | | current bug: PQoidValue does not work for serial | ||||
* | renamed log level | Alexander Sulfrian | 2011-12-07 | 1 | -6/+6 |
| | |||||
* | initial import, some test | Alexander Sulfrian | 2011-12-06 | 4 | -0/+223 |