Skip to content

Commit 5b20ca9

Browse files
Time only variables are not supported by Oracle so make that clear in the
documentation.
1 parent 6a99860 commit 5b20ca9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

doc/src/module.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,24 @@ Module Interface
201201

202202
Construct an object holding a time value.
203203

204+
.. note::
205+
206+
The time only data type is not supported by Oracle. Calling this
207+
function will raise a NotSupportedError exception.
208+
209+
204210

205211
.. function:: TimeFromTicks(ticks)
206212

207213
Construct an object holding a time value from the given ticks value (number
208214
of seconds since the epoch; see the documentation of the standard Python
209215
time module for details).
210216

217+
.. note::
218+
219+
The time only data type is not supported by Oracle. Calling this
220+
function will raise a NotSupportedError exception.
221+
211222

212223
.. function:: Timestamp(year, month, day, hour, minute, second)
213224

0 commit comments

Comments
 (0)