From: Tony Locke Date: Mon, 14 Jul 2014 19:28:18 +0000 (+0100) Subject: pg8000 passing test/orm/test_query.py X-Git-Tag: rel_0_9_8~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e091c0d81021c507007a05a0bea5629e753f1b37;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git pg8000 passing test/orm/test_query.py Conflicts: test/orm/test_query.py --- diff --git a/test/orm/test_query.py b/test/orm/test_query.py index 553bc6355a..27fcc285ab 100644 --- a/test/orm/test_query.py +++ b/test/orm/test_query.py @@ -3,7 +3,7 @@ from sqlalchemy import MetaData, null, exists, text, union, literal, \ literal_column, func, between, Unicode, desc, and_, bindparam, \ select, distinct, or_, collate, insert, Integer, String, Boolean from sqlalchemy import inspect -from sqlalchemy import exc as sa_exc, util +from sqlalchemy import exc as sa_exc, util, cast from sqlalchemy.sql import compiler, table, column from sqlalchemy.sql import expression from sqlalchemy.engine import default