Error thrown when configured to decrypt table column that does not exist in result
Pretty simple issue. If we query for a result on a table that has encrypted columns, but the column isn't in the result, decryption still tries to run on the column but we get invalid array index warnings because there is no metadata for the column.