Alexander M. Turek
Alexander M. Turek
Tag aware caches are not covered by PSR-6. However, Symfony [adds this feature](https://symfony.com/doc/current/components/cache/cache_invalidation.html) on top of PSR-6. I think, a PR that enables DBAL to leverage Symfony's tagged caches while...
Thank you. Please add tests.
Thank you for the PR. Please _always_ add a test that reproduces the issue you're attempting to solve.
Apparently, your new test fails on SQL Server.
What would happen if I canfigured my query builder like this? ```php $qb->withComment('*/ DROP TABLE users; /*'); ```
> > What would happen if I canfigured my query builder like this? > > Cannot this technique be applied to any other component of the query? Yeah, maybe. But...
@simivar Can you elaborate why we need this feature?
> Calling e.g. `\Pdo\Mysqlite::connect(...)` instead of just `new \Pdo\Mysqlite(...)` makes little sense to me, and probably should not be something to actively encourage in any userland code? But if you...
Closing as this is a problem on your side.
Yes, this would be interesting. But. A type that is only supported by a single platform is not what we want to maintain in this repository. You won't build a...