Roland Franssen :)

Results 115 comments of Roland Franssen :)

> Big alters are then processed manually we're experimenting with running ALTER queries via `pt-online-schema-change` on the fly, but found zero extension points for it (other than `postUp`) im not...

friendly ping :) our copy/paste of DbalExectutor just broke due updated upstream (`TransactionHelper::rollbackIfInTransaction` was added) :sweat_smile:

i dont want this change for an extension point :) i think DbalExecutor should depend on a connection interface

cc @vyuldashev see linked PR

does your closure comply with the signature? https://github.com/symfony/symfony/blob/a7979857642c62e6dd45f49b5464dc2ca9d19fe3/src/Symfony/Component/Console/Command/Command.php#L406

do we ignore `Psr\Http\Message\UriInterface` deliberately?

what about templated URIs? was it considered?

> we already use the library as a core dependency noted, i tend to agree we should try to avoid using 2 URI libraries in core perhaps we should invert...