mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Added version info to Xid object docs.
This commit is contained in:
parent
2f582da1f0
commit
b9e96dbbd2
|
@ -115,6 +115,8 @@ functionalities defined by the |DBAPI|_.
|
||||||
.. autoclass:: Xid(format_id, gtrid, bqual)
|
.. autoclass:: Xid(format_id, gtrid, bqual)
|
||||||
:members: format_id, gtrid, bqual, prepared, owner, database
|
:members: format_id, gtrid, bqual, prepared, owner, database
|
||||||
|
|
||||||
|
.. versionadded:: 2.3
|
||||||
|
|
||||||
.. automethod:: from_string(s)
|
.. automethod:: from_string(s)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user