Another tid bit. During development, reflection can be a PITA because it can increase application startup time considerably. This can be overcome, however, by pickling your reflected metadata and using that (instead of reflecting every time).
Steve On Apr 14, 6:10 pm, shday <[EMAIL PROTECTED]> wrote: > I have two apps where 10 - 15 Oracle tables are reflected on startup. > No problems. The only tricky parts were overriding some reflected > columns because I'm using sequences (probably only an Oracle issue). > > Steve > > On Apr 14, 4:09 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > As I once again consider switching my 35 table app to sqlalchemy I'm > > curious as to whether anyone is doing anything complicated using > > reflection and sqlalchemy. > > > Is reflection under sqlalchemy a good idea? Discuss -- not too > > heatedly :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

