Closed allan-simon closed 3 weeks ago
compare to the other PR I've added additional test and used ArithmeticPrimary that allow both Literal and input parameters , as well as other methods returning string (which allow chaining calls )
I think only CI failure remains to be addressed. Thank you 😊
@martin-georgiev it was some coding style issue, should be good now :)
@martin-georgiev sorry, i was a bit fast in the correction of the coding style, it's ok now, the scrutinizer error is a timeout so i think it's just need a relaunch ?
before it was only possible to do
ARRAY_APPEND(e.myarray, 'a_literal')
so it was impossible to have the value coming from php (without resorting to DQL injection)We now allow also the following syntax
ARRAY_APPEND(e.myarray, :foobar)