ComputerScienceHouse / bingehack4

A replacement for bingehack. For information about in-game features and changes:
https://github.com/ComputerScienceHouse/bingehack4/wiki
Other
17 stars 8 forks source link

Add dboptions config option and change deprecated call to PQsetdbLogin #51

Closed rossdylan closed 10 years ago

rossdylan commented 10 years ago

Removed the deprecated use of PQsetdbLogin and replaced it with PQconnectdb. A new config option dboptions was also added in order to support more functionality from postgresql.

eatnumber1 commented 10 years ago

I'm going to be a bit more anal about style issues in code that we'll want to upstream

rossdylan commented 10 years ago

I've made the changes to bring the code back in line with existing style and used asprintf instead of multiple calls to snprintf

clockfort commented 10 years ago

+1 lgtm