Thanks, I should have searched the changelog! On 16 April 2015 at 10:34, Zsb?n Ambrus <ambrus at math.bme.hu> wrote: > On Thu, Apr 16, 2015 at 10:29 AM, Ketil Froyn <ketil at froyn.name> wrote: >> Hexadecimal integer literals follow the C-language notation of >> "0x" or "0X" followed >> by hexadecimal digits. For example, 0x1234 means the same as 4660... >> >> Am I doing sometihng wrong? Or is this a feature that is newer than >> Ubuntu 14.04's bundled sqlite3, which is 3.8.2? > > See http://sqlite.org/changes.html which tells you that hexadecimal > literals are available from sqlite version 3.8.6. > > -- ambrus > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
-- -Ketil