index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dal
/
dataprovider.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-30
Have the PerformTransaction class automatically handle nesting
Thorbjørn Lindeijer
1
-0
/
+6
2010-10-30
Introduced a helper class for performing transactions
Thorbjørn Lindeijer
1
-0
/
+22
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Moved DALStorage documentation into source file
Thorbjørn Lindeijer
1
-16
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-13
/
+13
2009-12-06
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
1
-3
/
+3
2009-12-06
A host of code style changes
Thorbjørn Lindeijer
1
-25
/
+12
2009-07-10
Changed BindInteger and BindString to BindValue
David Athay
1
-11
/
+4
2009-07-10
Changed database to using prepared statements, to stop SQL injection attacks
David Athay
1
-5
/
+30
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-3
/
+0
2008-11-05
* Account server now loads item database on startup and synchronizes tmw_item...
Andreas Habel
1
-0
/
+8
2008-09-17
* Added installation scripts to set up database schemas for mysql, sqlite and...
Andreas Habel
1
-7
/
+47
2006-07-27
First step toward a restructured class hierarchy for world actors: add
Guillaume Melquiond
1
-6
/
+0
2006-03-06
Cleaned up unnecessary header dependencies and fixed some indentations.
Björn Steinbrink
1
-1
/
+0
2005-10-23
Grammar Corrections, and a little bit of work on getting the name of the Db.
Yohann Ferreira
1
-0
/
+7
2005-06-21
Made sure that pointers are initalized and reset to null after deallocation a...
Huynh Tran
1
-1
/
+2
2005-06-19
Added PostgreSQL DAL class.
Aaron Marks
1
-1
/
+2
2005-06-16
Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...
Huynh Tran
1
-94
/
+36
2005-06-16
Created Storage child which uses DAL (used by default now).
Aaron Marks
1
-1
/
+1
2005-06-14
Reworked RecordSet and implemented the SQLite Data Provider
Huynh Tran
1
-1
/
+35
2005-06-13
Initial release of the Database Abstraction Layer
Huynh Tran
1
-0
/
+175