mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Binary was not imported from _psycopg; now it is
This commit is contained in:
parent
a9673f31d6
commit
0089201ba2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user