pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
GNU General Public License v2.0
2 stars 0 forks source link

Add a RawQuery object #10

Closed pounard closed 3 years ago

pounard commented 5 years ago

Some method signatures requires that you provide a Query object, using a RawQuery which contains arbitrary SQL from the API user could do the trick.

pounard commented 3 years ago

The bare minimum was done, now we have to deal with aliases when necessary. I guess we'll find use cases where it doesn't work using it in real life situations, then fix it as bugs.