summaryrefslogtreecommitdiffstats
path: root/src/dal/dataprovider.h
Commit message (Expand)AuthorAgeFilesLines
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-301-0/+6
* Introduced a helper class for performing transactionsThorbjørn Lindeijer2010-10-301-0/+22
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Moved DALStorage documentation into source fileThorbjørn Lindeijer2009-12-061-16/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-061-3/+3
* A host of code style changesThorbjørn Lindeijer2009-12-061-25/+12
* Changed BindInteger and BindString to BindValueDavid Athay2009-07-101-11/+4
* Changed database to using prepared statements, to stop SQL injection attacksDavid Athay2009-07-101-5/+30
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-3/+0
* * Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel2008-11-051-0/+8
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-7/+47
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-6/+0
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-1/+0
* Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira2005-10-231-0/+7
* Made sure that pointers are initalized and reset to null after deallocation a...Huynh Tran2005-06-211-1/+2
* Added PostgreSQL DAL class.Aaron Marks2005-06-191-1/+2
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran2005-06-161-94/+36
* Created Storage child which uses DAL (used by default now).Aaron Marks2005-06-161-1/+1
* Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran2005-06-141-1/+35
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+175