Skip to content

Feature first

Chosson Ulysse requested to merge FEATUE_first into main

[0.27.0] - 2022-02-28

Added

  • Add the first() function to execute a LIMIT 1 OFFSET 0 subcommand of request (Its equal to element_at(0)). We can give a lambda function to
fisrt(self: SQLEnumerable, fquery: Callable = None)

for a predicat (use where())

Edited by Pierre-Yves Martin

Merge request reports