We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0648181 commit 84612bfCopy full SHA for 84612bf
doc/src/aq.rst
@@ -84,8 +84,8 @@ Dequeue Options
84
.. attribute:: DeqOptions.visibility
85
86
This attribute specifies the transactional behavior of the enqueue request.
87
- It should be one of the values :data:`~cx_Oracle.ENQ_ON_COMMIT` (default) or
88
- :data:`~cx_Oracle.ENQ_IMMEDIATE`. This attribute is ignored when using the
+ It should be one of the values :data:`~cx_Oracle.DEQ_ON_COMMIT` (default) or
+ :data:`~cx_Oracle.DEQ_IMMEDIATE`. This attribute is ignored when using the
89
:data:`~cx_Oracle.DEQ_BROWSE` mode.
90
91
0 commit comments