Description
Currently the sql Streaming Expression requires a collection parameter to be specified for where to find the /sql handler. This ticket allows the sql expression to use the same collection as the /stream handler processing the request if a collection is not specified.
This provides a nicer syntax:
sql(stmt="select ...")