Changes between Initial Version and Version 1 of Ticket #31691


Ignore:
Timestamp:
Jun 11, 2020, 10:19:37 AM (4 years ago)
Author:
john-parton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31691 – Description

    initial v1  
    1818            Value('name'), 'name',
    1919            Value('alias'), 'alias',
    20             ordering='age'
    21         )
     20            function='jsonb_build_object'
     21        ),
     22        ordering='age'
    2223    )
    2324)
Back to Top