Skip to content

column_encryption_policy is checked in reading every single value in decode_val() #582

@mykaul

Description

@mykaul

There's no point in checking a global policy for every single value decoding, not for every row decoded.

Please adjust the code to only check it once per recv_results_rows() call - decode_row() should be defined either as is today with column_encryption_policy enabled, or much simpler without all those extra checks.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions