]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "type_map" dictionary in sqlalchemy.types is now private,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 18:07:00 +0000 (13:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 18:07:00 +0000 (13:07 -0500)
commit5c0d645353518ec632a1ece84d989890d2324eec
tree07596e4502de5ff612637fa04d74e439a2898f19
parente836366c843cd64a0df569582534868e3fb00f3b
- the "type_map" dictionary in sqlalchemy.types is now private,
i.e. is named "_type_map". [ticket:1870]
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/types.py
test/aaa_profiling/test_compiler.py