]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Restored the "catchall" constructor on the base
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Mar 2011 15:49:43 +0000 (11:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Mar 2011 15:49:43 +0000 (11:49 -0400)
commit39c465ecf3f45bbebb37c5d5ed7e1a0fccf5641c
treee4fd4678b3b8bd7866248614300a7ee04dff4562
parentd4a95ba974ac16cc3281782ffaf7f276525c3268
- Restored the "catchall" constructor on the base
TypeEngine class, with a deprecation warning.
This so that code which does something like
Integer(11) still succeeds.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/types.py
test/sql/test_types.py