Skip to content

Commit 55432dd

Browse files
Tweak documentation.
1 parent 22cf7c8 commit 55432dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/user_guide/sql_execution.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@ requested in the output type handler. The ``out_converter`` function then
409409
appended "was a string" to the data before the value was returned to the
410410
application.
411411

412-
Note outconverters are not called for NULL data values.
412+
Note outconverters are not called for NULL data values unless the value
413+
specified in the ``convert_nulls`` parameter was *True* when the variable was
414+
created using :meth:`Cursor.var()`.
413415

414416
.. _rowfactories:
415417

0 commit comments

Comments
 (0)