]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove NCLOB from types.__all__, since it's not defined there. Not sure if this
authorGaëtan de Menten <gdementen@gmail.com>
Mon, 31 Aug 2009 15:14:28 +0000 (15:14 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Mon, 31 Aug 2009 15:14:28 +0000 (15:14 +0000)
commitf3480a7ff4d0994bf201f830f31f416a7b1e9f0f
tree27b0e7dbc2c164f79340ab965cfc164b7ea2647f
parentdb9921f14e3f85958a711f897beb7cb3c696a684
Remove NCLOB from types.__all__, since it's not defined there. Not sure if this
is the proper fix but the former situation made it impossible to do "from
sqlalchemy.types import *", which Elixir does.
lib/sqlalchemy/types.py