You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/api_manual/deprecations.rst
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ if applicable. The most recent deprecations are listed first.
11
11
12
12
.. list-table-with-summary:: Deprecated in python-oracledb 1.0
13
13
:header-rows: 1
14
-
:widths: 25 75
15
-
:width: 100%
14
+
:class: wy-table-responsive
16
15
:summary: The first column, Name, displays the deprecated API name. The second column, Comments, includes information about when the API was deprecated and what API to use, if applicable.
17
16
:name: _deprecations_1
18
17
@@ -110,8 +109,7 @@ python-oracledb are listed below:
110
109
111
110
.. list-table-with-summary:: Deprecated in cx_Oracle 8.2
112
111
:header-rows: 1
113
-
:widths: 25 75
114
-
:width: 100%
112
+
:class: wy-table-responsive
115
113
:summary: The first column, Name, displays the deprecated API name. The second column,
116
114
Comments, includes information about when the API was deprecated and what API to use,
117
115
if applicable.
@@ -209,8 +207,7 @@ python-oracledb are listed below:
209
207
210
208
.. list-table-with-summary:: Deprecated in cx_Oracle 8.0
211
209
:header-rows: 1
212
-
:widths: 25 75
213
-
:width: 100%
210
+
:class: wy-table-responsive
214
211
:summary: The first column, Name, displays the deprecated API name. The second column, Comments, includes information about when the API was deprecated and what API to use, if applicable.
215
212
:name: _deprecations_8_0
216
213
@@ -252,8 +249,7 @@ python-oracledb are listed below:
252
249
253
250
.. list-table-with-summary:: Deprecated in cx_Oracle 7.2
254
251
:header-rows: 1
255
-
:widths: 25 75
256
-
:width: 100%
252
+
:class: wy-table-responsive
257
253
:summary: The first column, Name, displays the deprecated API name. The second column, Comments, includes information about when the API was deprecated and what API to use, if applicable.
258
254
:name: _deprecations_7_2
259
255
@@ -271,8 +267,7 @@ python-oracledb are listed below:
271
267
272
268
.. list-table-with-summary:: Deprecated in cx_Oracle 6.4
273
269
:header-rows: 1
274
-
:widths: 25 75
275
-
:width: 100%
270
+
:class: wy-table-responsive
276
271
:summary: The first column, Name, displays the deprecated API name. The second column, Comments, includes information about when the API was deprecated and what API to use, if applicable.
Copy file name to clipboardExpand all lines: doc/src/user_guide/appendix_a.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ see :ref:`driverdiff` and :ref:`compatibility`.
18
18
19
19
.. list-table-with-summary:: Features Supported by python-oracledb and cx_Oracle 8.3
20
20
:header-rows: 1
21
+
:class: wy-table-responsive
21
22
:align: center
22
23
:summary: The first column displays the Oracle feature. The second column indicates whether the feature is supported in the python-oracledb Thin mode. The third column indicates whether the feature is supported in the python-oracledb Thick mode. The fourth column indicates if the feature is supported in cx_Oracle 8.3.
23
24
@@ -387,6 +388,7 @@ values.
387
388
388
389
.. list-table-with-summary:: Oracle Database Data Types Supported
389
390
:header-rows: 1
391
+
:class: wy-table-responsive
390
392
:align: center
391
393
:summary: The first column displays the database data type. The second column displays the python-oracledb constant Name. The third column indicates if the type is supported in python-oracledb.
Copy file name to clipboardExpand all lines: doc/src/user_guide/appendix_b.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ used in :meth:`oracledb.connect()`, :meth:`oracledb.create_pool()`,
91
91
92
92
.. list-table-with-summary:: Oracle Net Keywords Supported in the python-oracledb Thin Mode
93
93
:header-rows: 1
94
+
:class: wy-table-responsive
94
95
:align: center
95
96
:summary: The first column displays the keyword. The second column displays the equivalent oracledb.connect(), oracledb.create_pool(), oracledb.ConnectParams(), or oracledb.PoolParams() parameters. The third column displays the notes.
Copy file name to clipboardExpand all lines: doc/src/user_guide/json_data_type.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ needed but there is no direct mapping from Python.
173
173
174
174
.. list-table-with-summary::
175
175
:header-rows: 1
176
+
:class: wy-table-responsive
176
177
:widths: 1 1 1
177
178
:summary: The first column is the Python Type or Value. The second column is the equivalent JSON Attribute Type or Value. The third column is the SQL Equivalent syntax.
178
179
:align: left
@@ -263,6 +264,7 @@ attribute mapping occurs:
263
264
264
265
.. list-table-with-summary::
265
266
:header-rows: 1
267
+
:class: wy-table-responsive
266
268
:widths: 1 1
267
269
:align: left
268
270
:summary: The first column is the Database JSON Attribute Type or Value. The second column is the corresponding Python Type or Value mapped.
Copy file name to clipboardExpand all lines: doc/src/user_guide/sql_execution.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@ Python object that is returned by default. Python types can be changed with
164
164
165
165
.. list-table-with-summary::
166
166
:header-rows: 1
167
+
:class: wy-table-responsive
167
168
:widths: 1 1 1
168
169
:align: left
169
170
:summary: The first column is the Oracle Database Type. The second column is the oracledb Database Type that is returned in the query metadata. The third column is the type of Python object that is returned by default.
:summary: The first column is the name of V$SESSION_CONNECT_INFO view's column. The second column lists a sample python-oracledb Thick mode value. The third column list a sample python-oracledb Thin mode value.
@@ -314,6 +315,7 @@ The following table list sample values for columns with differences in
:summary: The first column is the name of the column. The second column lists a sample python-oracledb Thick mode value. The third column lists a sample python-oracledb Thin mode value.
0 commit comments