diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-05 12:40:55 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-05 12:40:55 -0400 |
| commit | b462373b461f652ab20085a612ebd777836ac4da (patch) | |
| tree | 23e6a5b67e04549a1e02c5e153217ff39f500f60 /lib/sqlalchemy/__init__.py | |
| parent | d34bc7da318978f6d0235e5747e94160959eb276 (diff) | |
| download | sqlalchemy-b462373b461f652ab20085a612ebd777836ac4da.tar.gz | |
- REAL has been added to the core types. Supported
by Postgresql, SQL Server, MySQL, SQLite. Note
that the SQL Server and MySQL versions, which
add extra arguments, are also still available
from those dialects. [ticket:2081]
Diffstat (limited to 'lib/sqlalchemy/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 0cab28da1..a20554dc0 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -75,6 +75,7 @@ from sqlalchemy.types import ( NUMERIC, Numeric, PickleType, + REAL, SMALLINT, SmallInteger, String, |
