]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- repair the inspection hook in sqltypes to not be fooled
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Aug 2015 20:01:23 +0000 (16:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Aug 2015 20:01:23 +0000 (16:01 -0400)
commit03e47a8255476d9ed50c5aec73e6c272761d67eb
tree14a66e0932e21bc011bf642fe55436e60e418743
parent8712ef2f81498fe59b9636ba150833d779e60781
- repair the inspection hook in sqltypes to not be fooled
by mock and other __getattr__ impostors
lib/sqlalchemy/orm/state.py
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py