Skip to content

Support for INSERT SET syntax? #4

@Rod911

Description

@Rod911

Would it be possible to use INSERT INTO table SET x=1, y=2 and get the insert builder functions?
As of now it returns $this->db->query('INSERT INTO table SET x=1, y=2');, which works fine but not ideal

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