Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afca248

Browse files
committed
Fixed broken doc link
1 parent a0ba9ad commit afca248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/compare_version2_to_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There is a [migration tool](https://github.com/utPLSQL/utPLSQL-v2-v3-migration)
2525
| Auto Compilation of Tests | Yes | No (Let us know if you use this) |
2626
| Assertion Library | 30 assertions<sup>2</sup> | 26 matchers (13 + 13 negated) |
2727
| Extendable assertions | No | Yes - custom matchers |
28-
| PLSQL Record Assertions | generated code through **utRecEq** Package | [possible on Oracle 12c+](https://oracle-base.com/articles/12c/using-the-table-operator-with-locally-defined-types-in-plsql-12cr1) using [cursor matchers](docs/userguide/expectations.md#comparing-cursors)|
28+
| PLSQL Record Assertions | generated code through **utRecEq** Package | [possible on Oracle 12c+](https://oracle-base.com/articles/12c/using-the-table-operator-with-locally-defined-types-in-plsql-12cr1) using [cursor matchers](userguide/expectations.md#comparing-cursors)|
2929
| Test Skeleton Generation | Yes | No (Let us know if you use this) |
3030
| **Test Execution<sup>3</sup>** | | |
3131
| Single Test Package Execution | Yes | Yes |

0 commit comments

Comments
 (0)