Non-transactional database fixtures executor/purger
hugo-goncalves-kununu
released this
03 Jan 18:12
·
19 commits
to master
since this release
-
Introduce NonTransactionalConnectionExecutor and NonTransactionalConnectionPurger for cases were we do not want to or can not execute transactional fixtures (e.g. DDL fixtures)
-
Add tests to cover new classes
-
Update documentation