Marc Morera

Results 97 comments of Marc Morera

@devnix okay mmm let me think if makes sense in this FW. Probably not, but let me think about it. Thanks for proposing :D

Why `Connection::getDriverNamespace(...)` should have to change to an async method? I mean, it can takes the first connection, even if it's busy, and get the driver namespace.

Seems good to me, BTW :)

We should check how all implementations return this value and return a structure. Good point.

@bartvanhoutte thanks for the response! I've implemented it on mysql and sqlite, but the problem we have is Postgresql. AFAIK, postgres has some specific behavior on this, so I need...

@bartvanhoutte yes, you're right. We should change this behavior.

@alexmorbo I added some extra changes on the PR - https://github.com/driftphp/reactphp-dbal/pull/19 TBH, the PostgreSQL last id implementation is not the best one, but right now, is the one I see....