summaryrefslogtreecommitdiffstats
path: root/src/dal/mysqldataprovider.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-1/+1
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-6/+0
* Fix a potential memleak related to binds when disconnecting with MySQL.Yohann Ferreira2010-11-141-0/+3
* Simplified the use of binding when using MySQL.Yohann Ferreira2010-11-141-4/+16
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-1/+1
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-301-0/+3
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixing the mysql backend and the mysql createTables scriptBlue2010-01-101-0/+28
* 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-22/+10
* Mysql Backend Update mysql database to version 3 Fixed compile error with mys...Blue1122009-04-191-0/+1
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-3/+0
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-9/+85
* 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-1/+1
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran2005-06-161-55/+17
* Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran2005-06-141-1/+23
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+136