mirror of
https://github.com/knex/knex.git
synced 2025-09-26 08:33:59 +00:00
only one tableName per query call
This commit is contained in:
parent
89a3dec0c9
commit
5393cad7a0
@ -71,8 +71,7 @@ module.exports = function(client) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
table: function QueryBuilder$table(tableName) {
|
table: function QueryBuilder$table(tableName) {
|
||||||
this.statements.push({
|
this._ensureSingle('table', {
|
||||||
type: 'table',
|
|
||||||
value: this._wrap(tableName)
|
value: this._wrap(tableName)
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user