On 23 Dec 2012, at 8:42pm, Patrik Nilsson <nipatriknils...@gmail.com> wrote:

> After dumping the database I found that the line of insertion looks like
> this
> 
> INSERT INTO "repetition"
> VALUES(617,X'323031322D31322D32332031393A33303A3436',X'30',X'323031322D31322D32332031393A33303A3436',0,1,1,0);
> 
> Does SQLite manage the insertion with hexadecimal characters?

If you're getting hex out, and the column 'interval' is one of the ones in the 
above showing hex, then the value in that field isn't a simple number.  In 
other words, whatever set that value in the database was messed-up.

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

Reply via email to