summaryrefslogtreecommitdiff
path: root/src/dalstorage.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-42/+3
2005-06-19Fixed SQL query bug.Huynh Tran1-1/+1
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran1-43/+53
2005-06-19Fixed compilation warnings.Huynh Tran1-1/+5
2005-06-18Moved SQL queries for the creation of tables into a separate file and rewrote...Huynh Tran1-106/+82
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