the task would be made much easier for folks to help if you could please 
produce a fully working Python script, using in-Python-defined tables to 
produce the schema rather than requiring someone to run a specific SQL script 
on a specific database and then write all the code to reflect those tables back.

Example:

http://stackoverflow.com/questions/17111453/sqlalchemy-single-table-inheritance-same-column-in-childs/17140952#17140952

key elements:

- all Column objects are defined
- runs with SQLite, your issue doesn't have anything DB specific in it
- does create_all()
- entire script runs in place (yours would just fail at the end with the part 
you haven't figured out yet)





On Jul 9, 2013, at 5:47 AM, digitalesrechtemanagem...@googlemail.com wrote:

> May I just link you to this stagnating stackoverflow post of mine.
> It should contain everything required, to answer my question, if it is 
> possible.
> http://stackoverflow.com/questions/17494765/sqlalchemy-mapping-a-class-against-multiple-tables
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sqlalchemy+unsubscr...@googlegroups.com.
> To post to this group, send email to sqlalchemy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sqlalchemy.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to