You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,11 @@ Your local environment can be of any flavor (Unix/Linux/Windows/Mac).
43
43
At minimum you need to have Oracle database 11.2 XE accessible for the project and SYS account access to install and develop utPLSQL.
44
44
45
45
We use four different database accounts (users) for development process.
46
-
*`ut3_latest_release` - holds latest released version of utPLSQL. This schema holds the testing framework used for self-testing of utPLSQL development.
47
-
*`ut3` - holds the version of utPLSQL of your current branch. This is the schema you will be working on.
46
+
*`ut3` - holds latest released version of utPLSQL. This schema holds the testing framework used for self-testing of utPLSQL development.
47
+
*`ut3_develop` - holds the version of utPLSQL of your current branch. This is the schema you will be working on.
48
48
*`ut3_tester` - holds unit test packages for development of utPLSQL.
49
49
*`ut3$user#` - used for testing accessibility to schema names with special characters.
50
+
*`ut3_tester_helper` - elevated privileges user, used for creating and dropping objects in other schemas during test run.
0 commit comments