@@ -749,26 +749,6 @@ These constants are extensions to the DB API definition. They are possible
749749values for the qos parameter of the :meth: `Connection.subscribe() ` method. One
750750or more of these values can be OR'ed together.
751751
752- .. data :: SUBSCR_CQ_QOS_BEST_EFFORT
753-
754- This constant is used to specify that best effort filtering for query result
755- set changes is acceptable. False positive notifications may be received.
756- This behaviour may be suitable for caching applications.
757-
758- .. deprecated :: 5.3
759- Use :data: `~cx_Oracle.SUBSCR_QOS_BEST_EFFORT ` instead.
760-
761-
762- .. data :: SUBSCR_CQ_QOS_QUERY
763-
764- This constant is used to specify that notifications should be sent if the
765- result set of the registered query changes. By default no false positive
766- notifications will be generated.
767-
768- .. deprecated :: 5.3
769- Use :data: `~cx_Oracle.SUBSCR_QOS_QUERY ` instead.
770-
771-
772752.. data :: SUBSCR_QOS_BEST_EFFORT
773753
774754 This constant is used to specify that best effort filtering for query result
@@ -782,15 +762,6 @@ or more of these values can be OR'ed together.
782762 automatically unregistered after the first notification is received.
783763
784764
785- .. data :: SUBSCR_QOS_PURGE_ON_NTFN
786-
787- This constant is used to specify that the subscription should be
788- automatically unregistered after the first notification is received.
789-
790- .. deprecated :: 5.3
791- Use :data: `~cx_Oracle.SUBSCR_QOS_DEREG_NFY ` instead.
792-
793-
794765.. data :: SUBSCR_QOS_QUERY
795766
796767 This constant is used to specify that notifications should be sent if the
@@ -927,20 +898,6 @@ Types
927898 This type is an extension to the DB API definition.
928899
929900
930- .. data :: LONG_NCHAR
931-
932- This type object is used to describe columns in a database that are long
933- NCHAR columns. There is no direct support for this in Oracle but long
934- NCHAR strings are bound this way in order to avoid the "unimplemented or
935- unreasonable conversion requested" error.
936-
937- .. deprecated :: 5.3
938-
939- .. note ::
940-
941- This type is an extension to the DB API definition.
942-
943-
944901.. data :: LONG_STRING
945902
946903 This type object is used to describe columns in a database that are long
0 commit comments