Skip to content

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

@zardsama

Description

@zardsama

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()')
]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions