]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The column_reflect event now
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 16:01:04 +0000 (12:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 16:01:04 +0000 (12:01 -0400)
commit998c66fa8b1997453c793da5faa7d4cc436739b2
tree78303f321f4d97304c24c105ea57658d15abaac8
parent2086728eb5c9d25d7e604fc0fc468d5ce5464122
- [feature] The column_reflect event now
accepts the Inspector object as the first
argument, preceding "table".   Code which
uses the 0.7 version of this very new
event will need modification to add the
"inspector" object as the first argument.
[ticket:2418]
CHANGES
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/events.py
test/engine/test_reflection.py