On Fri, Aug 9, 2019 at 5:27 PM Alexander Korotkov
wrote:
> On Thu, Aug 8, 2019 at 11:30 PM Alexander Korotkov
> wrote:
> > On Thu, Aug 8, 2019 at 11:53 AM Markus Winand
> > wrote:
> > > The patch makes my tests pass.
> >
> > Cool.
> >
> > > I wonder about a few things:
> > >
> > > - Isn’t there
On Thu, Aug 8, 2019 at 11:30 PM Alexander Korotkov
wrote:
> On Thu, Aug 8, 2019 at 11:53 AM Markus Winand wrote:
> > The patch makes my tests pass.
>
> Cool.
>
> > I wonder about a few things:
> >
> > - Isn’t there any code that could be re-used for that (the one triggered by
> > ‘a’ < ‘A’ COLLA
Hi, Markus!
On Thu, Aug 8, 2019 at 11:53 AM Markus Winand wrote:
> The patch makes my tests pass.
Cool.
> I wonder about a few things:
>
> - Isn’t there any code that could be re-used for that (the one triggered by
> ‘a’ < ‘A’ COLLATE ucs_basic)?
PostgreSQL supports ucs_basic, but it's alias
Hi!
The patch makes my tests pass.
I wonder about a few things:
- Isn’t there any code that could be re-used for that (the one triggered by ‘a’
< ‘A’ COLLATE ucs_basic)?
- For object key members, the standard also refers to unicode code point
collation (SQL-2:2016 4.46.3, last paragraph).
- I
On Thu, Aug 8, 2019 at 3:05 AM Alexander Korotkov
wrote:
> On Thu, Aug 8, 2019 at 12:55 AM Alexander Korotkov
> wrote:
> > On Wed, Aug 7, 2019 at 4:11 PM Alexander Korotkov
> > wrote:
> > > On Wed, Aug 7, 2019 at 2:25 PM Markus Winand
> > > wrote:
> > > > I was playing around with JSON path qu
On Thu, Aug 8, 2019 at 12:55 AM Alexander Korotkov
wrote:
> On Wed, Aug 7, 2019 at 4:11 PM Alexander Korotkov
> wrote:
> > On Wed, Aug 7, 2019 at 2:25 PM Markus Winand
> > wrote:
> > > I was playing around with JSON path quite a bit and might have found one
> > > case where the current impleme
On Wed, Aug 7, 2019 at 4:11 PM Alexander Korotkov
wrote:
> On Wed, Aug 7, 2019 at 2:25 PM Markus Winand wrote:
> > I was playing around with JSON path quite a bit and might have found one
> > case where the current implementation doesn’t follow the standard.
> >
> > The functionality in question
Hi!
On Wed, Aug 7, 2019 at 2:25 PM Markus Winand wrote:
> I was playing around with JSON path quite a bit and might have found one case
> where the current implementation doesn’t follow the standard.
>
> The functionality in question are the comparison operators except ==. They
> use the databa
Hi!
I was playing around with JSON path quite a bit and might have found one case
where the current implementation doesn’t follow the standard.
The functionality in question are the comparison operators except ==. They use
the database default collation rather then the standard-mandated "Unicod