I have created a table with two columns (id, name)
. Encrypted id
column using AlwaysEncrypted
but now when I am trying to enter a value in id
column its throwing this error:
Operand type clash: int is incompatible with int encrypted with (encryption_type = 'DETERMINISTIC', encryption_algorithm_name = 'AEAD_AES_256_CBC_HMAC_SHA_256', column_encryption_key_name = 'CEK_Auto1', column_encryption_key_database_name = 'TEST_PS')
What can I do?