Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
In current implementation *execute() *method of a cursor only uses binary protocol if parameters were passed.
This might slowdown fetch operation, epecially when transferring large amount of numbers for server to client.
To force use of binary protcol, it should be possible to force a cursor to use always binary protocol:
cursor= conn.cursor(binary=True) |