python-driver icon indicating copy to clipboard operation
python-driver copied to clipboard

Optimize column_encryption_policy checks in make_recv_results_rows

Open dkropachev opened this issue 1 month ago • 2 comments

Do the same optimization for it that was done here

dkropachev avatar Dec 29 '25 13:12 dkropachev

Do the same optimization for it that was done here

Do we test/support Cython? (as an example, we/I did not remove some if protocol_version >= 3 code from it)

mykaul avatar Dec 29 '25 17:12 mykaul

Do we test/support Cython?

Afaik yes and yes - it should be enabled by default.

Lorak-mmk avatar Dec 29 '25 18:12 Lorak-mmk