mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-05 04:03:03 +03:00
Binary adapter imported from the correct module.
This commit is contained in:
parent
c72fbf0b0f
commit
289ab1cd8d
|
@ -7,8 +7,7 @@
|
||||||
|
|
||||||
.. testsetup:: *
|
.. testsetup:: *
|
||||||
|
|
||||||
from psycopg2.extensions import AsIs, QuotedString, ISOLATION_LEVEL_AUTOCOMMIT
|
from psycopg2.extensions import AsIs, Binary, QuotedString, ISOLATION_LEVEL_AUTOCOMMIT
|
||||||
from psycopg2._psycopg import Binary
|
|
||||||
|
|
||||||
The module contains a few objects and function extending the minimum set of
|
The module contains a few objects and function extending the minimum set of
|
||||||
functionalities defined by the |DBAPI|_.
|
functionalities defined by the |DBAPI|_.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user