mirror of
https://github.com/knex/knex.git
synced 2025-12-26 22:48:32 +00:00
Fixed knex #1463 issue
This commit is contained in:
parent
e657aae068
commit
a7802ff8f3
@ -159,8 +159,7 @@ assign(QueryCompiler_MSSQL.prototype, {
|
||||
columnInfo() {
|
||||
const column = this.single.columnInfo;
|
||||
const sql =
|
||||
`select * from information_schema.columns` +
|
||||
`where table_name = ? and table_schema = 'dbo'`;
|
||||
`select * from information_schema.columns where table_name = ? and table_schema = 'dbo'`;
|
||||
return {
|
||||
sql,
|
||||
bindings: [this.single.table],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user