summaryrefslogtreecommitdiffstats
path: root/src/dal/mysqldataprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-2/+2
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-7/+7
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-14/+2
* Fix a potential memleak related to binds when disconnecting with MySQL.Yohann Ferreira2010-11-141-5/+13
* Simplified the use of binding when using MySQL.Yohann Ferreira2010-11-141-43/+66
* Fix code indentation in the sql related files.Yohann Ferreira2010-11-101-34/+36
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-301-2/+46
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixing the mysql backend and the mysql createTables scriptBlue2010-01-101-1/+139
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* A host of code style changesThorbjørn Lindeijer2009-12-061-22/+12
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-3/+3
* Mysql backend, lua and NPC handlerBlue2009-05-011-8/+8
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-12/+142
* Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond2007-08-131-4/+0
* Implementation of chat channels by Trapdoor.Philipp Sehmisch2007-02-271-0/+4
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-3/+0
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-3/+1
* Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira2005-10-231-0/+3
* Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran2005-06-301-1/+4
* Made sure that pointers are initalized and reset to null after deallocation a...Huynh Tran2005-06-211-3/+11
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran2005-06-161-39/+89
* Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran2005-06-141-2/+19
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+122