summaryrefslogtreecommitdiff
path: root/src/dal/pqdataprovider.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch1-0/+2
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-4/+0
MovingObject and Player classes.
2005-10-23Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira1-0/+3
2005-06-21Made sure that pointers are initalized and reset to null after deallocation ↵Huynh Tran1-2/+16
and some reformatting.
2005-06-19Correcting indent and removing obsoleted files.Bjørn Lindeijer1-37/+37
2005-06-19Removed USE_SQLITE define from configure.ac (not used anywhere anymore)Aaron Marks1-3/+3
Fixed problem with PGconn not being cleaned up.
2005-06-19Added PostgreSQL DAL class.Aaron Marks1-0/+151
Updated configure.ac to include PostgreSQL & MySQL. (MySQL needs to be adjusted, and it seems that using --with-sqlite will drop out of configure after check for atexit. I dont know why, as i didn't touch the SQLite stuff) :)