Piet Bosch

Results 19 comments of Piet Bosch

Due to various Doctrine ORM deprecations including: * getEntity() is deprecated * getEntityManager() is deprecated * Using Doctrine subscribers as services is deprecated, declare listeners instead Discussions in this pull...

@encreinformatique Yes, I created the DoctrineEncryptBundle as a GitHub organization so that the bundle will hopefully not become stale again (still looking for co-owners BTW). For the annotations vs the...

@cs-akash-jarad Thank you. Sent you an invite to be an owner in the organization.

@encreinformatique which configuration file and under which tag did you put the configuration and what timings are you looking at when you state it remains slow? In version 5.3.1 of...

@sterichards it seems like the issues might have been in paragonie/halite. See issue: https://github.com/paragonie/halite/issues/161 Seems that their version 5.x did not have the issue, see last comment in the above...

@nicodemuz please note that Doctrine deprecated Entity mappings defined in YAML: https://www.doctrine-project.org/projects/doctrine-orm/en/2.15/reference/basic-mapping.html They also deprecated DocBlock Annotations. Version 3.0 of doctrine/orm will only support PHP Attributes, XML and PHP code....

Please see these comments: * https://github.com/absolute-quantum/DoctrineEncryptBundle/pull/65#issuecomment-1476301156 * https://github.com/absolute-quantum/DoctrineEncryptBundle/pull/65#issuecomment-1638006829 The new package that I hope will be maintained by more than 1 person has this issue fixed. The package allows Halite...

Any reason why you need to use version 3.0.3 from May 20, 2017? Also see these comments: * https://github.com/absolute-quantum/DoctrineEncryptBundle/pull/65#issuecomment-1476301156 * https://github.com/absolute-quantum/DoctrineEncryptBundle/pull/65#issuecomment-1638006829

When using the getArrayResult() you do not get Entity objects but just an array of the data selected from the DB. https://www.doctrine-project.org/projects/doctrine-orm/en/2.15/reference/dql-doctrine-query-language.html#query-result-formats So the DoctrineEncryptBundle's subscriber is never called to...

Copied pull request here: https://github.com/DoctrineEncryptBundle/DoctrineEncryptBundle/pull/4 Please see these comments: * https://github.com/absolute-quantum/DoctrineEncryptBundle/pull/65#issuecomment-1476301156 * https://github.com/absolute-quantum/DoctrineEncryptBundle/pull/65#issuecomment-1638006829 The new package that I hope will be maintained by more than 1 person