Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.18 KB

Readme.md

File metadata and controls

27 lines (21 loc) · 1.18 KB

DBLOG.DatabaseLogAnalyzer can read the SQL Server transaction logs online and generate RedoSQL and UndoSQL for every transaction.

Tests project

Built with Specflow and Testcontainers which helps the test cases are run on real databases

img.png

Test cases

They can be found in here: LivingDoc.html

img_1.png

To regenerate the living documentation

livingdoc test-assembly Tests.dll -t TestExecution.json

Notes