Currently the docs for Synonym/DBLINK Reflection read:
"When using reflection with Table objects, the dialect can optionally
search for tables indicated by synonyms that reference DBLINK-ed
tables by passing the flag oracle_resolve_synonyms=True as a keyword
argument to the Table construct. If DBLINK is not in use this flag
should be left off."

However I have found that oracle_resolve_synonyms=True is needed when
auto-reflecting any table from a synonym even if it isn't across a
dblink. This is with 0.6, I haven't tested with 0.7.

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to