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 b981e15 commit 2314e92Copy full SHA for 2314e92
doc/src/user_guide/json_data_type.rst
@@ -194,10 +194,10 @@ needed but there is no direct mapping from Python.
194
* - n/a
195
- DATE
196
- json_scalar(to_date('2020-03-10', 'YYYY-MM-DD'))
197
- * - n/a
+ * - :ref:`oracledb.IntervalYM <interval_ym>`
198
- INTERVAL YEAR TO MONTH
199
- json_scalar(to_yminterval('+5-9'))
200
+ * - datetime.timedelta
201
- INTERVAL DAY TO SECOND
202
- json_scalar(to_dsinterval('P25DT8H25M'))
203
@@ -262,7 +262,7 @@ attribute mapping occurs:
262
* - TIMESTAMP
263
- datetime.datetime
264
* - INTERVAL YEAR TO MONTH
265
- - not supported
+ - :ref:`oracledb.IntervalYM <interval_ym>`
266
* - INTERVAL DAY TO SECOND
267
- datetime.timedelta
268
* - BINARY_DOUBLE
0 commit comments