1) Create the current sql schema using tg-admin sql record 2) See what tables need to be altered using tg-admin sql status 3) Use the generated schema as basis for youre alter script.
It's 'documented' at: http://www.sqlobject.org/sqlobject-admin.html. I don't see why you are bashing SQLObject. Honestly, I have been working with it for over a year now and haven't found one single usecase which it could not solve. The SQLObject api is much more than just the *Column and *Join classes. You can do almost any query through the SQLBuilder syntax. Database refactoring has been especially easy with SQLObject trough the use of the _get_* and _set_* methods. You can keep the model backward competable and emit a deprication warning when the are used. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

