Binary was not imported from _psycopg; now it is

This commit is contained in:
Federico Di Gregorio 2010-02-13 00:52:36 +01:00
parent a9673f31d6
commit 0089201ba2
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2010-02-10 Federico Di Gregorio <fog@initd.org>
* lib/extensions.py: Binary was not imported from _psycopg; now it is
* lib/__init__: SQL_IN adapter is now automatically registered.
* ZPsycopgDA/db.py: removed logging debug calls; psycopg does

View File

@ -39,7 +39,7 @@ from _psycopg import DECIMALARRAY, FLOATARRAY, INTEGERARRAY, INTERVALARRAY
from _psycopg import LONGINTEGERARRAY, ROWIDARRAY, STRINGARRAY, TIMEARRAY
from _psycopg import UNICODEARRAY
from _psycopg import Boolean, Float, QuotedString, AsIs
from _psycopg import Binary, Boolean, Float, QuotedString, AsIs
try:
from _psycopg import DateFromMx, TimeFromMx, TimestampFromMx
from _psycopg import IntervalFromMx