On 3/27/17, Andrew Cunningham <[email protected]> wrote: > HI, > Is it likely the maximum BLOB size will be increased in a not too distant > future version of SQLite? >
The maximum blob size could, in theory, be increased to 4GiB. But the current file format will not accommodate anything larger than that. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

