Closed thara closed 1 year ago
MySQL supports SAVEPOINT, so fix to makeSavePoint method allow to enabled save point feature for MySQL driver.
SAVEPOINT
SavePoint
ref. https://dev.mysql.com/doc/refman/5.6/en/savepoint.html
Thanks a lot for this change! And apologies for the delay before merging
MySQL supports
SAVEPOINT
, so fix to makeSavePoint
method allow to enabled save point feature for MySQL driver.ref. https://dev.mysql.com/doc/refman/5.6/en/savepoint.html