summaryrefslogtreecommitdiffstats
path: root/src/dal/sqlitedataprovider.h
Commit message (Expand)AuthorAgeFilesLines
* Some general cleanups and merged Being::perform() into update()Thorbjørn Lindeijer2012-03-261-12/+2
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-10/+0
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-1/+1
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-301-8/+8
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+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-23/+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-1/+35
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Add limits.h where needed.Dennis Friis2008-10-211-0/+1
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-9/+69
* 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-4/+1
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran2005-06-161-60/+13
* Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran2005-06-141-1/+32
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+136