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

Skip to content

Commit 105f324

Browse files
committed
updated documentation.
In other places we say something like "12.2 and above" so no need to change
1 parent 952c9a8 commit 105f324

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ We are using private docker images to test utPLSQL for our Travis CI builds. The
175175
* 11g XE R2
176176
* 12c SE R1
177177
* 12c SE R2
178+
* 18c SE
178179

179180
These images are based on the slimmed versions [official dockerfiles released by Oracle](https://github.com/utPLSQL/docker-scripts), but due to licensing restrictions, we can't make the images public.
180181
You can build your own and use it locally, or push to a private docker repository.

docs/userguide/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ foreach ($i in $urlList) {
4949
}
5050
```
5151

52+
# Supported database versions
53+
54+
The utPLSQL may be installed on any supported version of Oracle Database [see](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf)
55+
* 11g R2
56+
* 12c
57+
* 12c R2
58+
* 18c
59+
5260
# Headless installation
5361

5462
To install the utPLSQL into a new database schema and grant it to public, execute the script `install_headless.sql` as SYSDBA.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ If you have a great feature in mind, that you would like to see in utPLSQL v3 pl
192192
| Auto Compilation of Tests | Yes | No (Let us know if you use this) |
193193
| Assertion Library | 30 assertions<sup>2</sup> | 26 matchers (13 + 13 negated) |
194194
| Extendable assertions | No | Yes - custom matchers |
195-
| 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)|
195+
| 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)|
196196
| Test Skeleton Generation | Yes | No (Let us know if you use this) |
197197
| **Test Execution<sup>3</sup>** | | |
198198
| Single Test Package Execution | Yes | Yes |

0 commit comments

Comments
 (0)