We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed759c commit 2fff9f9Copy full SHA for 2fff9f9
src/Postgres/PostgresAdvisoryLocker.php
@@ -47,6 +47,8 @@ public function acquireTransactionLevelLockHandler(
47
48
/**
49
* Acquire a transaction-level advisory lock with configurable wait and access modes.
50
+ *
51
+ * TODO: Do we need low-level API?
52
*/
53
public function acquireTransactionLevelLock(
54
PDO $dbConnection,
@@ -94,6 +96,7 @@ public function acquireSessionLevelLockHandler(
94
96
* Acquire a session-level advisory lock with configurable wait and access modes.
95
97
*
98
* TODO: Write that transaction-level is recommended.
99
100
101
public function acquireSessionLevelLock(
102
0 commit comments