I would love know how progress is going on further extended table-valued function support. ie.
SELECT * FROM tableFunction(param1) WHERE param2 = ‘etc’
I did notice this commit which implements basic handling to the SQLSRV module, however it isn’t filterable which is a big gap in functionality.
HI Dean. I actually worked on the table valued function support and submitted the code for inclusion, we didn’t need the filter support at the time but I would be happy to work on it and see if I can get it pulled into the development branch.