You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Complex types metadata is returned since protocol version 3.12self.complex_types_enabled=self.parameters['protocol_version'] >= (3<<16|12) and \
self.parameters.get('request_complex_types', 'off') =='on'self._logger.info('Connection is ready')
I have connection:
and I got error:
it falls from here: [connection.py]
here is the log of
self.parameters:
can be fixed in
connection.py
withThe text was updated successfully, but these errors were encountered: