Support table aliases in PdoQueryReflector
Atm table aliases only work with the MysqliQueryReflector
see


@staabm Hey, I was thinking I would explore some options regarding this issue, but I'm not sure what's the status of implementing some base of an sql parser - I've checked some comments in https://github.com/staabm/phpstan-dba/pull/313 and I'm not sure if I should wait for some base implementation or to go ahead with this using phpmyadmin sql parser or just go ahead with something else? wdyt?
thx
Hey.
I am not having concrete plans yet.
I would agree with anything which is not huge and works the same way on mysql/mysqli/pgsql without ugly hacks, while implementing features not possible right now
you may consider using https://github.com/SQLFTW/sqlftw as a parser
@p4veI in https://github.com/staabm/phpstan-dba/pull/505 landed the initial implementation/integration of a sql parser