Skip to content
This repository has been 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

Open
surfer190 opened this issue Jul 22, 2015 · 1 comment
Open

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

surfer190 opened this issue Jul 22, 2015 · 1 comment

Comments

@surfer190
Copy link
Contributor

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.

@surfer190
Copy link
Contributor Author

We need to do the same thing with TEXT, MEDIUMTEXT, LARGETEXT

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant