Skip to content

MySQL type BIT is not a boolean #241

Open
@schveiguy

Description

@schveiguy

Currently, the library expects BIT type to really be a boolean. But it's not, it's a bitfield (an array of bits).

MySQL normally treats BOOL or BOOLEAN types as TINYINT, which means that's what we should do for bool.

This probably requires a deprecation period, but this should be done after the @safe update is done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions