I just came across a minor formattig flaw in the VDBE documentation (https://www.sqlite.org/opcode.html); in the opcodes table, the description for the Cast opcode reads like this:
----------- Force the value in register P1 to be the type defined by P2. <ul> <li value="97"> TEXT <li value="98"> BLOB <li value="99"> NUMERIC <li value="100"> INTEGER <li value="101"> REAL </ul> A NULL value is not changed by this routine. It remains NULL. ----------- Obviously, handling the HTML tags went wrong here. Wolfgang _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users