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