Skip to content

Bool columns are represented as a string #486

Open
@slabko

Description

@slabko

Bool is currently represented as a string ("true" or "false"), while it should be an SQL_BIT, i.e., an unsigned char. The test src/e2e/test_datatypes.py::TestDataTypes::test_bool demonstrates the problem.
As well as AllTypesColumns test in driver/test/type_info_it.cpp

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions