in reply to Re: Version Control in Database Applications
in thread Version Control in Database Applications

That's a very intersting suggestion. It hadn't occurred to me to implement versioning with something as simple as Storable. I think this may be the winner. I doubt I'll need to implement more than view() and revert() on past versions. Both of which would be easy to implement with a frozen object.

Thanks!

-sam

  • Comment on Re: Re: Version Control in Database Applications