You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the decrypt behaviour, since it is attached to doctrine using PostLoad, it cannot be trigger when you use the QueryBuilder, I'm also looking for a workaround
When getting values from
getArrayResult()
query, they are not decrypted so you have to do it manually.$dspName = $this->get('ambta_doctrine_encrypt.encryptor')->decrypt($rating['displayName'])
Value in Array
3Ytmz0qWhj0Lk/New2hqCEJGXaATD+6PafxYuxuprCo=<ENC>
Expected Output of $dspName
T. H.
Actual Output of $dspName
T. H.[9�gם��)�9/P�p�^��R/��
See Stackoverflow question http://stackoverflow.com/questions/38322434/getarrayresult-alters-the-value-in-symfony
The text was updated successfully, but these errors were encountered: