summaryrefslogtreecommitdiffstats
path: root/src/dal/recordset.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-8/+8
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-22/+0
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* A host of code style changesThorbjørn Lindeijer2009-12-061-30/+14
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Made it compile with GCC 4.3Guillaume Melquiond2007-10-271-3/+4
* Strengthened checks for already existing character name or email address.Guillaume Melquiond2006-08-041-10/+0
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-5/+0
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-2/+3
* Fixed bugs and added new unit tests.Huynh Tran2005-06-281-4/+1
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran2005-06-161-28/+54
* Created Storage child which uses DAL (used by default now).Aaron Marks2005-06-161-2/+2
* Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran2005-06-141-80/+105
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+198