Skip to content

Feat pool adapter#546

Merged
abnegate merged 14 commits intomainfrom
feat-pool-adapter
Mar 28, 2025
Merged

Feat pool adapter#546
abnegate merged 14 commits intomainfrom
feat-pool-adapter

Conversation

@abnegate
Copy link
Member

No description provided.

Comment on lines -1038 to -1046
* If a transaction is already active, this will only increment the transaction count and return true.
*
* @return bool
* @throws DatabaseException
*/
public function startTransaction(): bool
{
return $this->adapter->startTransaction();
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Methods removed because only withTransaction should be used from outside the library

@abnegate abnegate merged commit 3ec6684 into main Mar 28, 2025
14 checks passed
@abnegate abnegate deleted the feat-pool-adapter branch March 28, 2025 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants