Skip to content

Feature element or default

Chosson Ulysse requested to merge FEATURE_element_or_default into main

[0.32.0] - 2022-03-09

Added

  • Add the element_at_or_default() function to execute a LIMIT 1 OFFSET 'n' subcommand of request but if the request return None we return an error and don't raise an Exception.

Merge request reports