sqlite doesn't support 0xFF in SQL, such as:
select 0xFF;
insert into t values(0xFF);Error: unrecognized token: "0xFF" But sometime, this is not convenient. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

