Skip to content

Commit

Permalink
Remove references to defaults for fetch_decimals and fetch_lobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldalewilliams committed Sep 28, 2022
1 parent 28eefd5 commit df99481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow-providers-oracle/connections/oracle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Extra (optional)
* ``thick_mode_config_dir`` (str) - Path to use to find the Oracle Client library configuration files when using thick mode.
If not specified, defaults to the standard way of locating the Oracle Client library configuration files on the OS.
See `oracledb docs<https://python-oracledb.readthedocs.io/en/latest/user_guide/initialization.html#optional-oracle-net-configuration-files>` for more info.
* ``fetch_decimals`` (bool) - Specify whether numbers should be fetched as ``decimal.Decimal`` values. Defaults to False.
* ``fetch_decimals`` (bool) - Specify whether numbers should be fetched as ``decimal.Decimal`` values.
See `defaults.fetch_decimals<https://python-oracledb.readthedocs.io/en/latest/api_manual/defaults.html#defaults.fetch_decimals>` for more info.
* ``fetch_lobs`` (bool) - Specify whether to fetch strings/bytes for CLOBs or BLOBs instead of locators. Defaults to True.
* ``fetch_lobs`` (bool) - Specify whether to fetch strings/bytes for CLOBs or BLOBs instead of locators.
See `defaults.fetch_lobs<https://python-oracledb.readthedocs.io/en/latest/api_manual/defaults.html#defaults.fetch_decimals>` for more info.


Expand Down

0 comments on commit df99481

Please sign in to comment.