summaryrefslogtreecommitdiff
path: root/src/dalstorage.cpp
AgeCommit message (Expand)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
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
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 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