Out parameters for Oracle break when result_processor returns None

Issue #1265 resolved
Former user created an issue

When out parameters are being processed for an Oracle procedure, it is possible for the result_processor method to return None while being used as a callable. This causes a TypeError to be thrown.

The attached patch includes a modification of the OutParamTest to recreate the error and code to make the test pass. In the test a string out parameter returns NULL which causes result_processor to return None.

Comments (4)

  1. Log in to comment