It sounds like this is not a standard feature of ORMs like SO and SA. I like your idea however of a log table. If I understand you correctly you are using SO to store versioning info.
I suppose if you define a Log class that subclasses SQLObject you can use that to be a svn type system. Sounds like a promising plan. Chris On Apr 13, 2:28 pm, "Andrew Grover" <[EMAIL PROTECTED]> wrote: > On 4/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I have some info in TurboGears database that I may want history/ > > version info for. > > > What is easiest way to save version/history info? > > > I suppose I could dump all database info to a file and use subversion > > unless there is a more clever way. > > SQLObject svn trunk appears to have some versioning code that might be > worth checking out, for the adventurous. > > I also have some code that writes attribute changes to a separate log > table, email if interested. > > Sorry still using SO so I don't have any SA pointers. > > Regards -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

