FaaPz / PDO

Just another PDO database library
MIT License
316 stars 103 forks source link

subquery in query #95

Closed Stephan123 closed 5 years ago

Stephan123 commented 6 years ago

Hello,

is there a way to write subquery with slim/pdo ?

Your sincerly

Stephan

kwhat commented 5 years ago

Hi Stephan,

I have added support for this in the v2.0-dev branch. Support for subqueries in the SELECT and the JOIN are now supported. Please let me know if I missed anything or if this bug can be closed.

Thanks.