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