From fc92d14bbe3077ff94df108bf53ec77e0da83dd8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 23 Jan 2010 19:44:06 +0000 Subject: - types.Binary is renamed to types.LargeBinary, it only produces BLOB, BYTEA, or a similar "long binary" type. New base BINARY and VARBINARY types have been added to access these MySQL/MS-SQL specific types in an agnostic way [ticket:1664]. --- lib/sqlalchemy/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sqlalchemy/__init__.py') diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 0fae80997..8aa293a6c 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -67,6 +67,7 @@ from sqlalchemy.types import ( INTEGER, Integer, Interval, + LargeBinary, NCHAR, NVARCHAR, NUMERIC, -- cgit v1.2.1