sqlectron / sqlectron-core

https://sqlectron.github.io/
MIT License
221 stars 69 forks source link

Fix query function for sqlserver client #119

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

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 return 0 here.