Feature last
[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.