Skip to content

c/driver/sqlite: Column type is always int64 with empty tableΒ #581

@kou

Description

@kou

With the following SQL, the SQLite driver returns number:int64, string:int64 schema not number:int64, string:string schema:

CREATE TABLE data (number int, string text);
SELECT * FROM data;

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