summaryrefslogtreecommitdiff
path: root/src/dalstorage.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran1-100/+159
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests ↵Huynh Tran1-42/+3
for the Account class and moved functors into a separate header file for reuse.
2005-06-19Fixed SQL query bug.Huynh Tran1-1/+1
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those ↵Huynh Tran1-43/+53
of Storage.
2005-06-19Fixed compilation warnings.Huynh Tran1-1/+5
2005-06-18Moved SQL queries for the creation of tables into a separate file and ↵Huynh Tran1-106/+82
rewrote the initialization of the database.
2005-06-17Fixed instantiation of Beings.Huynh Tran1-15/+37
2005-06-16Synchronized APIs with DAL.Huynh Tran1-101/+227
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks1-0/+216
Updated RecoredSet to allow access to rows() and cols().