On 8/22/15, sqlite-mail <sqlite-mail at dev.dadbiz.es> wrote:
>
> Then I tried with some custom functions accepting variable number of
> parameters and realize that "*" is not expanded for function calls.
>
> There is any reason for it or it's a forgotten implementation ?
>

Well, one reason is that "somefunction(*)" does not expand the "*" to
a list of all columns in any other function in any other SQL database
engine, that I am aware of.  That behavior is without precedent.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to