1ab77de705
SQLPage functions that are the whole value of a selected column now execute after the database query, once per returned row. If the query returns no rows, the function is not called. This ensures deterministic behavior and prevents expensive or side-effectful operations from running unnecessarily.