Skip to content

Non-transactional database fixtures executor/purger

Compare
Choose a tag to compare
@hugo-goncalves-kununu hugo-goncalves-kununu released this 03 Jan 18:12
· 19 commits to master since this release
80ffbc1
  • 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