fwolfsjaeger
fwolfsjaeger
On Linux this can already be done using jq: https://stedolan.github.io/jq/
You're right, using `jq` for stream parsing is not intuitive at all. A cli-wrapper for JSON Machine can be easily added: ```php #!/usr/bin/env php
I agree that recursive is not the right word to use. As @cerbero90 suggested, nested iterator would make sense. Also, by returning an actual Iterator object it would be possible...
I had to disable creating foreign keys for certain tables as well. The simplest solution that I could find was overriding 2 methods of the Platform class. I'm using Symfony,...
I would like to add tests for those changes as well. Do you want a separate/duplicated test for every affected annotation/listener?
I'll try to find the time to add tests for the changes this week.
Alright, all done: - I've rebased the branch, - added the missing logic in the SoftDeleteable listener, - fixed getting the property name in the annotation drivers - and added...
Any chance that this PR is getting merged? Even though there is no BC breaking change right now: I could refactor the changes to auto-detect a setter method by simply...
I'll rebase the latest changes right away. Many thanks for taking the time to review the changes!
Sorry, but I'm no longer using DoctrineExtensions. I've created this and another PR about a year ago. That and the incompatibility with DBAL 4 forced me to just add my...