Matthieu Napoli

Results 660 comments of Matthieu Napoli

Unfortunately with MySQL the same trick does not seem to be possible as `ALTER TABLE` triggers an implicit commit, which doesn't work with this package and triggers an error (#58)....

A little update here: my workaround is to have a SQL script that resets the autoincrements. Then this is what I do in my BeforeScenario in Behat: ```php /** *...

Hi @XedinUnknown, the thing is that this repository and definition-interop were part of a project that was experimental, and that has been superseded by https://github.com/container-interop/service-provider now. This new project is...

I have added a more explicit warning to the README by the way.

I understand. I'm not sure I understood why you couldn't require this library but only use the classes you wanted to (and not use the rest)? I don't want to...

Got it. FYI the container provided in this package is quite secondary (I wouldn't use it, it's mostly included as a reference or for use in tests), the main goal...

A standard like this would never happen. If it's too complex, it has no chance of being accepted. That's why simplicity is key. Also: > Without it, container implementations are...

If this was a feature this should be first added to https://github.com/container-interop/definition-interop (the standard). But as I said in #16 this standard is not actively worked upon right now.

Thank you that's something I wanted to do but didn't have time yet. Ideally the test suite shouldn't depend on Assembly, but I haven't looked at it so I have...

If anybody actually wants to use it, why not. Myself I want to focus on popular backends (with the limited time I have).