Skip to content

Commit 2802051

Browse files
Update src/Database/Adapter.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent b17f36f commit 2802051

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Database/Adapter.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,10 @@ abstract public function setSupportForAttributes(bool $support): bool;
14371437
abstract public function getSupportForIntegerBooleans(): bool;
14381438

14391439
/**
1440-
* Does the adapter has support to change default lock mode?
1440+
* Does the adapter have support for ALTER TABLE locking modes?
1441+
*
1442+
* When enabled, adapters can specify lock behavior (e.g., LOCK=SHARED)
1443+
* during ALTER TABLE operations to control concurrent access.
14411444
*
14421445
* @return bool
14431446
*/

0 commit comments

Comments
 (0)