Closed theosotr closed 4 years ago
When I run replay on a specific schema, and mismatch, it overrides existing mismatches.
replay
For example, when I run:
cynthia replay --orms peewee,django -s Schema --mismatches 3
it produces results inside .cynthia/report/Schema/mismatches/1 rather than .cynthia/report/Schema/mismatches/3.
.cynthia/report/Schema/mismatches/1
.cynthia/report/Schema/mismatches/3
For run mode, cynthia should get the next available ID for assigning to the given query.
run
When I run
replay
on a specific schema, and mismatch, it overrides existing mismatches.For example, when I run:
it produces results inside
.cynthia/report/Schema/mismatches/1
rather than.cynthia/report/Schema/mismatches/3
.For
run
mode, cynthia should get the next available ID for assigning to the given query.