EncryptBundle
EncryptBundle copied to clipboard
Encryption works but not persisted
Hello, I noticed encryption stopped persisting into database after upgrading to dev-master for the insert operations. $encryptedValue seems ok on line DoctrineEncryptSubscriber.php:182 and it persisted fine if I comment line 203. But unencrypted value is not persisted if I keep line 203 working. Seems like it's related to https://github.com/mogilvie/EncryptBundle/issues/35#issue-1565907700
"doctrine/orm": "2.14",
"doctrine/doctrine-bundle": "2.8.3"