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 22cf7c8 commit 55432ddCopy full SHA for 55432dd
doc/src/user_guide/sql_execution.rst
@@ -409,7 +409,9 @@ requested in the output type handler. The ``out_converter`` function then
409
appended "was a string" to the data before the value was returned to the
410
application.
411
412
-Note outconverters are not called for NULL data values.
+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()`.
415
416
.. _rowfactories:
417
0 commit comments