Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'origin/master' | Alexander Sulfrian | 2012-05-16 | 0 | -0/+0 |
|\ | | | | | | | | | Conflicts: sql/client_clear_traffic_stats.sql | ||||
| * | fixed bug with invalid parameter while executing monthly cleanup | Alexander Sulfrian | 2012-01-03 | 1 | -1/+1 |
| | | |||||
* | | sql: update to version 19 (ts3-v3.0.5) | Alexander Sulfrian | 2012-05-16 | 5 | -13/+29 |
|/ | |||||
* | limit #,# is not supported by postgres | Alexander Sulfrian | 2011-12-08 | 1 | -1/+1 |
| | | | | instead of limit #,# use limit with offset | ||||
* | fixed typo | Alexander Sulfrian | 2011-12-08 | 1 | -1/+1 |
| | |||||
* | modified sql statements to work with postgresql | Alexander Sulfrian | 2011-12-07 | 13 | -1053/+1063 |
| | |||||
* | added sql files | Alexander Sulfrian | 2011-12-07 | 104 | -0/+1620 |
| | |||||
* | renamed library, reordered Makefile | Alexander Sulfrian | 2011-12-07 | 1 | -4/+5 |
| | |||||
* | 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 | 2 | -43/+41 |
| | |||||
* | 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 |