summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mysql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-03-22 19:30:42 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-03-22 19:30:42 +0000
commit82198afee9a94925d6b30eb0e612fd3a93170338 (patch)
tree053230cba763ddc47b58281a8e04eec44bb33d79 /lib/sqlalchemy/databases/mysql.py
parent2cff3ad9f8b90e82aa396ba26dd83b95b21c15ff (diff)
downloadsqlalchemy-82198afee9a94925d6b30eb0e612fd3a93170338.tar.gz
- the "owner" keyword on Table is now deprecated, and is
exactly synonymous with the "schema" keyword. Tables can now be reflected with alternate "owner" attributes, explicitly stated on the Table object or not using "schema". - all of the "magic" searching for synonyms, DBLINKs etc. during table reflection are disabled by default unless you specify "oracle_resolve_synonyms=True" on the Table object. Resolving synonyms necessarily leads to some messy guessing which we'd rather leave off by default. When the flag is set, tables and related tables will be resolved against synonyms in all cases, meaning if a synonym exists for a particular table, reflection will use it when reflecting related tables. This is stickier behavior than before which is why it's off by default.
Diffstat (limited to 'lib/sqlalchemy/databases/mysql.py')
0 files changed, 0 insertions, 0 deletions