pecee-pixie icon indicating copy to clipboard operation
pecee-pixie copied to clipboard

In 4.16.3, using Raw expressions in insert statements causes errors.

Open zardsama opened this issue 1 year ago • 0 comments

In 4.16.2, the following syntax, which is normal, fails in 4.16.3.

$this->qb->table('test') ->insert([ 'unique_id' => $unique_id, 'module' => $module, 'start_time' => $this->qb->raw('now()') ]);

zardsama avatar Apr 27 '24 03:04 zardsama