Skip to content

bit column not supported? #733

@void285

Description

@void285

Since MYSQL5.7, strict mode is by default, and insert($table, $data) will fail if some bit colomn in $data, where in raw prepared statement, I can use the following to avoid the error.

insert into table_name (col_a, col_b, col_c) values (?, ?, b?)
see

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