turso
turso copied to clipboard
nonexistent functions in select clause result columns are ignored
limbo> select this_definitely_exists('lol');
NULL
(no error)
Bug is due to this line: https://github.com/tursodatabase/limbo/blob/main/core/translate/planner.rs#L365
@jussisaurio I've taken a shot at this here: #576
This returns a parse error now, closing
@penberg, why was this reopen? The issue seems to be fixed.
Bump, can be closed.
Closing:
limbo> select this_definitely_exists('lol');
× Parse error: no such function: this_definitely_exists