ClanCats / Hydrahon

🐉 Fast & standalone PHP MySQL Query Builder library.
https://clancats.io/hydrahon/master/
MIT License
278 stars 58 forks source link

Taking into account the functions used in the WHERE clauses and adding an accessor to retrieve the table name of a query #60

Closed Genie23 closed 3 months ago

Genie23 commented 2 years ago

Hello,

In this pull request, I have integrated the possibility to use Func objects in the WHERE clause of a query (it will now be correctly translated in the query) and I have also added a getter to get the table name of a query.

Best regards, LACHAUD Cédric