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 d27d4a4 commit 883c148Copy full SHA for 883c148
src/oracledb/impl/thin/queue.pyx
@@ -506,8 +506,6 @@ cdef class ThinMsgPropsImpl(BaseMsgPropsImpl):
506
"""
507
Internal method for setting the payload from an object.
508
509
- if not isinstance(value, ThinDbObjectImpl):
510
- raise TypeError("Expected ThinDbObjectImpl instance.")
511
self.payload_obj = value
512
513
def set_payload_json(self, object json_val):
0 commit comments