summaryrefslogtreecommitdiff
path: root/src/dalstorage.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-29Fixed memory leak and set conditional stats updates.Huynh Tran1-2/+7
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵Huynh Tran1-26/+87
rest of the code to take into account the changes.
2005-06-28Fixed bugs and added new unit tests.Huynh Tran1-11/+42
2005-06-28Updated PostgreSQL defines in source to work with updated configure.Aaron Marks1-1/+1
Added XML configuration loader from tmw.
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran1-44/+260
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().