Re: SQL JSON path enhanced numeric literals

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL JSON path enhanced numeric literals
Date: 2023-02-28 00:09:27
Message-ID: e625e1f7-4b14-61e5-bd11-158bfc197cb1@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/27/23 20:13, Peter Eisentraut wrote:
> Attached is a patch to add nondecimal integer literals and underscores
> in numeric literals to the SQL JSON path language.  This matches the
> recent additions to the core SQL syntax.  It follows ECMAScript in
> combination with the current SQL draft.
>
> Internally, all the numeric literal parsing of jsonpath goes through
> numeric_in, which already supports all this, so this patch is just a bit
> of lexer work and some tests.

Is T840 really NO after this patch?
--
Vik Fearing

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2023-02-28 00:11:56 Re: verbose mode for pg_input_error_message?
Previous Message Michael Paquier 2023-02-28 00:09:19 Re: Doc update for pg_stat_statements normalization