mirror of
https://github.com/knex/knex.git
synced 2025-12-29 07:59:31 +00:00
This commit is contained in:
parent
a613fe23df
commit
c277edbaf1
@ -70,7 +70,7 @@ assign(QueryCompiler.prototype, {
|
||||
timeout: this.timeout,
|
||||
cancelOnTimeout: this.cancelOnTimeout,
|
||||
bindings: this.formatter.bindings || [],
|
||||
__knexQueryUid: uuid.v4(),
|
||||
__knexQueryUid: uuid.v1(),
|
||||
};
|
||||
|
||||
Object.defineProperties(query, {
|
||||
|
||||
@ -113,7 +113,7 @@ assign(Raw.prototype, {
|
||||
);
|
||||
}
|
||||
|
||||
obj.__knexQueryUid = uuid.v4();
|
||||
obj.__knexQueryUid = uuid.v1();
|
||||
|
||||
return obj;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user