Maxim

Results 28 comments of Maxim

Hey @alexmerlin, Thank you for your response. I've been considering how to achieve greater flexibility, and I believe that relying solely on JSON-HAL may not be sufficient for our needs....

We definitely can contribute (and right now it's the best moment to decide that you need those contribution). Our product is a warehouse management system and we decided to move...

Do you think it’s related?

@arhimede the problem is in uuid type, I guess something about this one: https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-changes-to-handling-binary-fields.

I just fixed the types provided by Ramsey/doctrine-uuid, and they are now working with dbal version 4.0.1. However, I am not sure if this library will be updated soon enough....

@GwendolenLynch in the documentation you write: ``` Additionally, to also use the library with the Doctrine ORM, register the ORMSchemaEventListener event subscriber. use Jsor\Doctrine\PostGIS\Event\ORMSchemaEventListener; $entityManager->getEventManager()->addEventSubscriber(new ORMSchemaEventSubscriber()); ``` In the example...

Also, I am getting this when I am adding ORM subscriber: ``` PHP Fatal error: Uncaught Roave\PsrContainerDoctrine\Exception\DomainException: Invalid event subscriber "Jsor\Doctrine\PostGIS\Event\ORMSchemaEventListener" given, must be a dependency name, class name or...

> Thanks for your feedback, @tasselchof. I'm going to try to add some more tests to cover this. > > What versions of `doctrine/orm`, `doctrine/dbal`, and `doctrine/common` are you using?...

What need to be done here to get this pull request approved @greg0ire @ramsey?

> I don't know, I'm not a maintainer of this repository Oh, I didn't realize you were just helping with this commit. Let's wait for the maintainer.