mirror of
https://github.com/knex/knex.git
synced 2025-09-25 16:15:56 +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) {
|
||||
this.statements.push({
|
||||
type: 'table',
|
||||
this._ensureSingle('table', {
|
||||
value: this._wrap(tableName)
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user