Skip to content

Feature first or default

Chosson Ulysse requested to merge FEATURE_first_or_default into main

[0.33.0] - 2022-03-09

Added

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

Merge request reports