Skip to content
This repository was archived by the owner on Oct 31, 2020. It is now read-only.
This repository was archived by the owner on Oct 31, 2020. It is now read-only.

There seems to be a max size set for query results? #5

@surfer190

Description

@surfer190

Hi @matriphe

I am getting an issue where large data fields are cut off to 65535 bytes.

That is because:
A BLOB type in MySQL can store up to 65,534 bytes
MEDIUMBLOB can store up to 16,777,213 bytes
LONGBLOB can store up to 4,294,967,292 bytes

So we should check the size of biggest for a specific field and change accordingly.

I think we should also look at strict mode so users know when there is a potential error.

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