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
Seems like this bundle makes conflict if field not just 'string' if I'm trying encrypt field PhoneNumber so it persists itself in varchar() just plain text, but in Entity this is actually an object. But encryption fires to early/late depends from read/write. So as result I've got 'string' instead of object! Any workaround about this? Basically it should provide 'transparent' really low level conversion on select/update.
The text was updated successfully, but these errors were encountered:
Seems like this bundle makes conflict if field not just 'string' if I'm trying encrypt field PhoneNumber so it persists itself in varchar() just plain text, but in Entity this is actually an object. But encryption fires to early/late depends from read/write. So as result I've got 'string' instead of object! Any workaround about this? Basically it should provide 'transparent' really low level conversion on select/update.
The text was updated successfully, but these errors were encountered: