summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 01:02:56 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 01:02:56 -0400
commitbd48c8a9ec6e064a628f928d5d0b459b12958bbb (patch)
treeec1e1af0af45b73d8e35d1e445c61596347e01e9 /test/dialect/test_postgresql.py
parent6ebf3633bf0bd4ad8beba7b9a7077b98ee2e2770 (diff)
downloadsqlalchemy-bd48c8a9ec6e064a628f928d5d0b459b12958bbb.tar.gz
pg and oracle fixes
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r--test/dialect/test_postgresql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py
index 6351ce9d0..3be005f36 100644
--- a/test/dialect/test_postgresql.py
+++ b/test/dialect/test_postgresql.py
@@ -13,7 +13,7 @@ from sqlalchemy import Table, Column, select, MetaData, text, Integer, \
PrimaryKeyConstraint, DateTime, tuple_, Float, BigInteger, \
func, literal_column, literal, bindparam, cast, extract, \
SmallInteger, Enum, REAL, update, insert, Index, delete, \
- and_, Date, TypeDecorator, Time, Unicode, Interval
+ and_, Date, TypeDecorator, Time, Unicode, Interval, or_
from sqlalchemy.orm import Session, mapper, aliased
from sqlalchemy import exc, schema, types
from sqlalchemy.dialects.postgresql import base as postgresql