On 11/13/15, Quan Yong Zhai <qydi at msn.com> wrote:
> SQLite version 3.9.2 2015-11-02 18:31:45
> sqlite> .header on
> sqlite> select 0x1zzz;
> zzz
> 1
> sqlite>

This is parsed as:

    SELECT 0x1 AS zzz;

PostgreSQL the same thing (modulo the fact that postgres 7.3 does not
support hexadecimal integer literals).  So then according to the WWPD
principle, this is not a bug.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to