mirror of
https://github.com/knex/knex.git
synced 2026-01-06 03:57:29 +00:00
Change field name to something more appropriate.
This commit is contained in:
parent
04ddaeaa4a
commit
4ab0a916ba
@ -48,7 +48,7 @@ assign(QueryCompiler.prototype, {
|
||||
timeout: this.timeout,
|
||||
cancelOnTimeout: this.cancelOnTimeout,
|
||||
bindings: this.formatter.bindings,
|
||||
uuid: uuid.v4()
|
||||
__knexQueryId: uuid.v4()
|
||||
};
|
||||
if (isString(val)) {
|
||||
val = {sql: val};
|
||||
|
||||
@ -97,7 +97,7 @@ assign(Raw.prototype, {
|
||||
}
|
||||
this._cached.bindings = this.client.prepBindings(this._cached.bindings, tz);
|
||||
}
|
||||
this._cached.uuid = uuid.v4();
|
||||
this._cached.__knexQueryId = uuid.v4();
|
||||
return this._cached
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user