Looks like sqlserver would error out on any usage of query() function. This fixes that, and adds a test case for the regression. This does show that sqlserver and sqlite differ in their result from the mysql + postgres clients. This should be rectified in 9.0 so that all clients equally return 0 here.
Closes #118
Looks like sqlserver would error out on any usage of
query()
function. This fixes that, and adds a test case for the regression. This does show that sqlserver and sqlite differ in their result from the mysql + postgres clients. This should be rectified in 9.0 so that all clients equally return0
here.