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