Hello All,
   I am relatively new to sqlite and I have a question about using input 
parameters to constrain hidden columns in a query, described in section 2.1.2 
here:

https://www.sqlite.org/vtab.html#table_valued_functions 
<https://www.sqlite.org/vtab.html#table_valued_functions>

The documentation states that one can specify the constraint parameters as in a 
function call where the first input to the function will constrain the first 
hidden column, the second input will constrain the second hidden column, and so 
forth.  In other words, this method emulates a function call using positional 
arguments.  However, it would be useful to use keyword arguments in case you 
want to constrain some, but not all, of the hidden columns.  Is this possible?

Thanks,
Brandon
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to