Alexander M. Turek
Alexander M. Turek
Can you provide a reproducer that uses DBAL APIs only?
> It there currently any limitation to implement parallelism in Doctrine? Yes, the various database extensions of PHP. Most of them don't support multiple asynchronous queries over a single connection....
> @greg0ire @morozov @mondrake @SenseException Pinging random people how have contributed to this repository because you demand your issue to be fixed is not nice btw. Also, I'm a little...
I don't know from the top of my head why this change has been made. But again, `listTableColumns()` was never meant to work on views and I don't think that...
If you find a good and portable way to introspect view columns, sure, go ahead.
> I hope that Symphony team can bring back the capacity of inspect views or at least to provide an abstract way of do it. The Symfony team is not...
> Unfortunately I am not familiar with dbal and wonder how a good solution might be implemented. Would adding a `supportViews()` method in `\Doctrine\DBAL\Schema\AbstractSchemaManager` be a viable option? > >...
If you can produce a green CI with your driver, I have no objections merging it. But it has to run on a released version of the PDO DB2 extension.
Seems like this feature simply hasn't been implemented in DBAL. Feel free to do so.
You are running an outdated version if DBAL. If this still happens on the current release, do you want to work in a PR to fix it?