Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
current binary protocol use differ when using pure python connector and C.
Goal is to unify the use of binary.
choosen behavior :
- use text by default
- connection string configuration option "binary"
- cursor level "binary" option
dict parameters are considered as named parameter, needing query parsing, so text will be used even when binary option is set