Skip to content

Feature order by

Chosson Ulysse requested to merge FEATURE_order_by into main

## [0.15.0] - 2022-02-14 ### Added

  • Add the order_by_descending() function to generate the ORDER_BY [criteria] DESC subcommand of a request.
  • Add the order_by() function to generate the ORDER_BY [criteria] ASC subcommand of a request.

Merge request reports