Re: SQL JSON path enhanced numeric literals

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: SQL JSON path enhanced numeric literals
Дата
Msg-id d2405abe-686d-73a6-ec10-3c652911c988@enterprisedb.com
обсуждение исходный текст
Ответ на Re: SQL JSON path enhanced numeric literals  (Vik Fearing <vik@postgresfriends.org>)
Ответы Re: SQL JSON path enhanced numeric literals  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On 28.02.23 01:09, Vik Fearing wrote:
> 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?

That was meant to be a YES.





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Allow tests to pass in OpenSSL FIPS mode
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode