On Aug 2, 2008, at 2:43 PM, David Nelson wrote:

>
> The query works fine when my inserted data strings are small, like <  
> 256
> bytes.
>
> However, I get 'logic error' on the query if my data strings are  
> largere,
> like 2048 bytes.
>
>
> Can someone explain what I need to do to support larger data strings?

SQLite works fine with strings that are megabytes in size.  There are  
multiple tests for this kind of thing in the automated test suite.   
Dunno why you are having problems.


D. Richard Hipp
[EMAIL PROTECTED]



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

Reply via email to