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 00a2084 commit 5948b78Copy full SHA for 5948b78
test/Integration/AbstractIntegrationTestCase.php
@@ -98,9 +98,6 @@ private function findPostgresAdvisoryLockInConnection(
98
PostgresLockId $postgresLockId,
99
PostgresLockModeEnum $mode,
100
): object | null {
101
- // For one-argument advisory locks, Postgres stores the signed 64-bit key as two 32-bit integers:
102
- // classid = high 32 bits, objid = low 32 bits.
103
-
104
$statement = $dbConnection->prepare(
105
<<<'SQL'
106
SELECT *
0 commit comments