]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Inspector hits bind.connect() when invoked to ensure
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Jun 2010 15:38:06 +0000 (11:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Jun 2010 15:38:06 +0000 (11:38 -0400)
commit27781263d93e4e35c8c39ed163fa827506cfb193
tree278daa25489ac452c8afa531935caf0a9ef3f22a
parent4881873c6b80f168f498e8316711254cfa222cc8
- Inspector hits bind.connect() when invoked to ensure
initialize has been called.  the internal name ".conn"
is changed to ".bind", since that's what it is.
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/engine/reflection.py
test/engine/test_reflection.py