Hello,

I have the following problem - I recently upgraded to the 1.0+ branch from 
0.9 and now the PostgreSQL table inheritance does not work properly any 
longer because the tables that inherit from the master table are sometimes 
created before (random) the actual table they inherit from, throwing 
(psycopg2.ProgrammingError) 
relation "<table>" does not exist errors. With the 0.9+ branch a simple 
add_is_dependent_on was working to solve this but it does not seem to be 
taken into account anymore. Is there something that changed from 0.9 to 1.0 
that needs to be done to get it to work? metadata.sorted_tables returns the 
proper table order (master table first, dependencies later) though but 
tables are not created in that order by metadata.create_all().

Thanks,

Adrian

-- 
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/d/optout.

Reply via email to