heetch / sqalx

Nested transactions for sqlx
MIT License
159 stars 25 forks source link

Support nested transaction for MySQL driver #24

Closed thara closed 1 year ago

thara commented 1 year ago

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

skateinmars commented 1 year ago

Thanks a lot for this change! And apologies for the delay before merging