dualmedia/savepoint-prevent-crash-bundle
最新稳定版本:1.1
Composer 安装命令:
composer require dualmedia/savepoint-prevent-crash-bundle
包简介
Bundle to prevent savepoint rollback from crashing Doctrine in MariaDB
README 文档
README
Savepoint Prevent (Rollback) Crash Bundle
A simple Symfony + Doctrine bundle to help with MariaDB/MySql-based rollback behavior.
Install
Simply composer require dualmedia/savepoint-prevent-crash-bundle
Then add the bundle to your config/bundles.php file like so
return [ Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], // other bundles ... DualMedia\DoctrineRetryBundle\DoctrineRetryBundle::class => ['all' => true], ];
Setup
No configuration is required. Middleware is enabled along the bundle.
Why
We use it in production for months now with no issues alongside our doctrine-retry-bundle (check it out).
统计信息
- 总下载量: 87
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-17