Changes between Initial Version and Version 1 of Ticket #29482, comment 5


Ignore:
Timestamp:
Jun 13, 2018, 6:09:46 AM (6 years ago)
Author:
James Howe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29482, comment 5

    initial v1  
    33The four path traversal operators (`->`, `->>`, `#>`, `#>>`) are all incompatible.
    44
    5 Standardizing on a single operator for all queries (I suggest `->`) would make things easier to deal with, but people may still have indices they are unable to use.
     5Standardizing on a single operator for all queries would make things easier to deal with, but people may still have indices they are unable to use.
    66Allowing the operator to be controlled may be a quick workaround.
    77Ideally, the `Index` classes should support JSON paths (and partial indexes), so the definition can be standardized to the same operators.
Back to Top