summaryrefslogtreecommitdiffstats
path: root/src/dal/sqlitedataprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-0/+1
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-1/+1
* Some general cleanups and merged Being::perform() into update()Thorbjørn Lindeijer2012-03-261-3/+11
* SQLite: Fixed SqLiteDataProvider::processSql handling of multiple rowsThorbjørn Lindeijer2012-03-131-5/+7
* SQLite: Added a timeout for trying to acquire a database lockThorbjørn Lindeijer2012-03-041-0/+4
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-1/+1
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-18/+3
* Fix code indentation in the sql related files.Yohann Ferreira2010-11-101-23/+22
* 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-32/+15
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-1/+1
* Fixed crash when column value is a real NULL value instead of empty string.Andreas Habel2009-09-151-1/+3
* Changed BindInteger and BindString to BindValueDavid Athay2009-07-101-7/+2
* Changed database to using prepared statements, to stop SQL injection attacksDavid Athay2009-07-101-0/+61
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-2/+2
* Fixed spellingDavid Athay2008-11-181-1/+1
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* * Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel2008-11-051-1/+1
* Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel2008-10-241-0/+2
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-4/+175
* Added weapon skill system and leveling system.Philipp Sehmisch2008-01-281-0/+4
* 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-1/+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-0/+3
* Grammar Corrections, and a little bit of work on getting the name of the Db.Yohann Ferreira2005-10-231-0/+3
* Fixed wrong memory deallocation.Huynh Tran2005-06-291-2/+2
* Reorganized unit tests and initial release of the unit tests for the Storage ...Huynh Tran2005-06-211-0/+4
* Fixed memory leak.Huynh Tran2005-06-211-1/+7
* Made sure that pointers are initalized and reset to null after deallocation a...Huynh Tran2005-06-211-1/+6
* Correcting indent and removing obsoleted files.Bjørn Lindeijer2005-06-191-2/+2
* Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran2005-06-161-64/+23
* Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran2005-06-141-7/+107
* Initial release of the Database Abstraction LayerHuynh Tran2005-06-131-0/+122