Skip to content

sql.query #573

@jsbinette

Description

@jsbinette

It would be nice in the readme to specify that the function query (of the driver) needs a array of string and not a string.
ex.:
var sql = require('mssql'); sql.connect(settings)
sql.query("select * from table") //does not work
sql.query(["select * from table"]) //works
sql.query `select * from table` //works

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions