pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow arbitrary expression to substitute values in ExpressionConstantTable

pounard opened this issue · comments

ExpressionConstantTable::values() will already accept anything, but:

  • it does not propagates arguments to its own bag,
  • formatter does not handle those.