mirror of
https://github.com/knex/knex.git
synced 2025-08-11 10:10:56 +00:00

In MySQL if a savepoint is missing, it means something else (most likely DDL) triggered an implicit commit. In this case rather than erroring, let's give a warning message so it's possible to use the same codepath as a DB where this actually works.