Skip to content

Commit

Permalink
Time only variables are not supported by Oracle so make that clear in…
Browse files Browse the repository at this point in the history
… the

documentation.
  • Loading branch information
anthony-tuininga committed Jan 11, 2018
1 parent 6a99860 commit 5b20ca9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/src/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,24 @@ Module Interface

Construct an object holding a time value.

.. note::

The time only data type is not supported by Oracle. Calling this
function will raise a NotSupportedError exception.



.. function:: TimeFromTicks(ticks)

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

.. note::

The time only data type is not supported by Oracle. Calling this
function will raise a NotSupportedError exception.


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

Expand Down

0 comments on commit 5b20ca9

Please sign in to comment.