jocund
jocund
@fredwes Just tried always encrypted based connection using AKV referencing the example you provided. Was able to push/pull non-encrypted columns, but for encrypted one it says the following for me...
@fredwes Thanks for confirming. When can we expect a PR update to fix this? Also, in the mean time can you suggest any work around that we could do on...
@fredwes Commented this line in your lib folder file 'keystore-provider-azure-key-vault' that checks 'RSA' to allow 'RSA-HSM' based keys. It worked to help execute successful pull queries // if (!kty ||...
@fredwes Thanks. We are using BIN2 with deterministic, but we noticed that the operand type clash error is occurring only for "Char" and "VarChar" data types on SQL. When we...
@fredwes When we try to pull more than 8-10 Azure Always encrypted records from DB using your code, we're seeing that there is some issue with "unknown type error". See...
@fredwes Grateful for your urgent assistance for above question. Can you please advice? I'm running the code on Azure app service linux env
@akshayganeshen @fredwes Below is high level example table that is resulting in unknown type error. Would you know the cause? CREATE TABLE [db_dbo].[customer]( [id] [uniqueidentifier] NOT NULL, [addresscity] [varchar](50) NULL,...
@fredwes @akshayganeshen Is this a defect? Please let me know