On Wed, Aug 27, 2008 at 3:21 AM, Randy Syring <[EMAIL PROTECTED]> wrote:
>
> Ok, so I was going to try and implement a solution using the method
> discussed here, but ran into a problem b/c I am using Elixir objects
> and not declaring the tables directly.  Can I still use this method?
> How do I get the table references from the Elixir objects?

YourEntity.table

After running setup_all(), and obviously before running create_all()
or similar (metadata.create_all(), etc...).


-- 
Gaƫtan de Menten
http://openhex.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to