Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-30 | This class now provides a method to do database initialization, which | Russ Allbery | |
shares database open code with the new method. Add an accessor function to get at the database handle, which is useful for testing. Add a DESTROY method to shut the database connection down cleanly. | |||
2007-08-29 | Add an initialize function to Wallet::Server to set up the database. | Russ Allbery | |
2007-08-29 | Wallet::Server is now responsible for connecting to the database. Don't | Russ Allbery | |
bother working hard to disconnect the database on exit, since the DESTROY DBI method will do the right thing. | |||
2007-08-29 | Fix the store implementation to take the right arguments. | Russ Allbery | |
2007-08-28 | Initial untested implementation. Now supports all the remaining metadata | Russ Allbery | |
operations on objects and the full set of ACL operations. | |||
2007-08-28 | Checkpoint. The object manipulation functions are here, as are the ACL | Russ Allbery | |
verification pieces. |