mogilvie / EncryptBundle

Encryption bundle
89 stars 29 forks source link

:bug: (Command) Fix id format in query for EncryptDatabaseCommand #45

Closed feymo closed 1 year ago

feymo commented 1 year ago

Will fix #44

Using Doctrine's Connection update method allow to support different identifier formats not only integers (such as Uuid for example).

I've also remove some unused methods and variables.

mogilvie commented 1 year ago

Thankyou @feymo