That would be great - I mean, I'm an SQL ninja (PHP lifer), but manually "diffing" schemas against my memory can be tricky sometimes. Do you know how I can access this information "the TG way"? 0.9a1
Cheers -Rob ajones wrote: > Robin Haswell wrote: >> Mm not optimal though as it's difficult to know what SQLObject would >> want to produce. Anyway, doesn't having knowledge of my database >> structure defeat the object of SQLObject? >> >> -Rob >> > > AFAIK with the current version of SQLObject making changes to an > existing table is not supported. Depending on the database you use a > database editor can mostly preserve the 'no-sql involved' experience. > > There is a sqlobject-admin tool that can compare your model to the > database and list missing or extraneous columns. That should help in > getting the model code to fit your altered tables. Unfortunately it > does not appear to support any kind of checking other than column > names, so for that you are left on your own. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

