Skip to content

Feature last

Chosson Ulysse requested to merge FEATURE_last into main

[0.36.0] - 2022-03-11

Added

  • Add the last_or_default() function to generate a LAST subcommand (LIMIT 1 OFFSET (SELECT COUNT(*) FROM table)) of a request. If we raise an error because the selection is empty return None.
  • Add the last() function to generate a LAST subcommand (LIMIT 1 OFFSET (SELECT COUNT(*) FROM table)) of a request.

Merge request reports