summaryrefslogtreecommitdiffstats
path: root/src/dal/dataprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-1/+1
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-6/+0
* Fix code indentation in the sql related files.Yohann Ferreira2010-11-101-2/+0
* Trivial code convention fix, promised to thorbjorn ;)Yohann Ferreira2010-11-021-2/+4
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-301-4/+11
* Introduced a helper class for performing transactionsThorbjørn Lindeijer2010-10-301-0/+20
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Moved DALStorage documentation into source fileThorbjørn Lindeijer2009-12-061-5/+5
* Removed obsolete commented out code from DALStorageThorbjørn Lindeijer2009-12-061-17/+0
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* A host of code style changesThorbjørn Lindeijer2009-12-061-8/+4
* Changed database to using prepared statements, to stop SQL injection attacksDavid Athay2009-07-101-1/+2
* 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/+16
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-4/+0
* Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira2005-10-231-0/+14
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran2005-06-161-2/+2
* Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran2005-06-141-1/+1
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+67