If alembic didn't track schemas at all, it would probably do exactly what I 
want, which is:

Set the search path
If a table is visible, and the metadata doesn't set a specific schema for 
it, assume it's in the right schema.
If a schema is explicitly specified in the table, use that schema when 
creating the table.  Otherwise let it default to the first entry in the 
search_path.

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

Reply via email to