Dr.T wrote: > I'm running 1.1 (1.1b1dev_r3505), because I need to use Oracle as > a back end, which led me to choose SQLAlchemy + Elixir and thought > this and Genshi would ease migration later.
Did you generate your project using the `quickstart` command provided by TurboGears? If so, and it generated the database code, this is likely a bug in TurboGears 1.1. If not, you've probably done something differently than how they expect in order to discover all of the tables they need to create. You might need to use their metadata, for example. Until we know more, we really can't help you out. Best of luck! -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
