Might be early days for this - Does anyone have a PHP example of connecting to an MS SQL 2016 database, and retrieving an "Always Encrypted" column, de-crypted in plain text? I can retrieve the binary encrypted columns without problem (PDO or ODBC), but not the plain text version. Inserting/Updating an "Always Encrypted" column would be handy too.
Thanks