You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the Savepoint's commit client PID. This returns the process ID/connection ID of the Linked QL client that performed the original DDL operation, or if having been rolled back and recommitted, of the Linked QL client that performed last recommit operation (savepoint.recommit()).
// Which client rolled back savepoint?constsavepoint=awaitclient.database('database_1').savepoint();console.log(savepoint.commitClientPID());// '72776'