My guees is that you have encountered a limitation in the Ruby wrapper. 
  Can you write the BLOB in chunks using your interface?

João Macaíba wrote:
> Hi.
> 
> I intend to use sqlite3 to store files.
> 
> I've tested inserting an 7.6MB file in a blob column but it returns a 
> SQLite3::TooBigException. I'm using ruby API.
> 
> I've installed sqlite3 through a binary package. How can I know what is 
> the maximum length permited to a blob column ?
> 
> Is there any recomendation on how could I store the files ? Split it 
> into permited length pieces ?
> 
> Thanks in advance.
> 
> -- João Macaíba.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to