On 9 Jul 2010, at 5:29pm, Eric Smith wrote: > I have no specific knowledge on whether sqlite handles null characters > within the variables' values--but if I were a bettin man, I'd bet that > it handles them quite cleanly.
You win. BLOBs can handle any sequences of bytes without problems, including nulls, ETX, and sequences which be illegal if they were used to express Unicode characters. You can put anything you like in a BLOB. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users