Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sqlite browser CLOB #3851

Answered by lucydodo
ghost asked this question in Q&A
Jan 21, 2025 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

I understand that the maximum byte size is slightly larger in SQLite.

The maximum number of bytes in a string or BLOB in SQLite is defined by the preprocessor macro SQLITE_MAX_LENGTH. The default value of this macro is 1 billion (1 thousand million or 1,000,000,000).
Reference: https://www.sqlite.org/limits.html

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lucydodo
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants