@@ -11,13 +11,63 @@ It allow for automated testing of:
11
11
* Packages
12
12
* Functions
13
13
* Procedures
14
- * Anything else that can be execute and observed from PL/SQL
15
-
16
-
17
- utPLSQL was originally developed by [ Steven Feuerstein] ( http://stevenfeuerstein.com/ ) .
14
+ * Views
15
+ * Anything else that can be execute and observed from PL/SQL
18
16
19
- It is currently developed and maintained by a team of passionate developers .
17
+ utPLSQL is developed 100% voluntarily and embraces a [ Code of Conduct ] ( https://github.com/utPLSQL/utPLSQL/blob/develop/CODE_OF_CONDUCT.md ) .
20
18
21
19
Feel free to [ try it out] ( /downloads ) , you won't regret it.
22
20
Additional information can be found in the [ documentation] ( /documentation ) pages.
23
21
22
+
23
+ ## Version 3
24
+
25
+ While the framework exists since 1999, the current version 3 got completely rewritten in 2016 by passionate members of
26
+ the community, using the object-oriented capabilities of the Oracle database to make it more consistent with other
27
+ * Unit frameworks (e.g. JUnit for Java).
28
+
29
+ This had significant impact on the syntax and the way the framework can be used.
30
+
31
+ # Contributors
32
+
33
+ ## Major Active Maintainers
34
+
35
+ | Name | Comments
36
+ | ----------------------------------------------------- | --------------
37
+ | [ Jacek Gebal] ( https://twitter.com/GebalJacek/ ) | Project lead
38
+ | [ Pavel Kaplya] ( https://twitter.com/Pazus ) |
39
+ | [ Samuel Nitsche] ( https://twitter.com/Der_Pesse ) |
40
+ | [ Lukasz Wasylow] ( https://twitter.com/Baalowy ) |
41
+ | [ Philipp Salvisberg] ( https://twitter.com/phsalvisberg ) |
42
+
43
+ Many thanks to [ all the contributors] ( https://github.com/utPLSQL/utPLSQL/graphs/contributors ) .
44
+
45
+ ## Major Contributors
46
+
47
+ | Name | Comments
48
+ | -------------------------------------------------- | --------------
49
+ | Robert Love |
50
+ | David Pyke |
51
+ | [ Vinicius Avellar] ( https://twitter.com/mrvmoreira ) |
52
+
53
+ ## Prior Major Contributors
54
+
55
+ | Name | Comments
56
+ | ------------------------------------------------- | --------------
57
+ | [ Steven Feuerstein] ( http://stevenfeuerstein.com/ ) | Original Author
58
+ | Chris Rimmer |
59
+ | Patrick Barel |
60
+ | Paul Walker |
61
+
62
+ # Supporters
63
+
64
+ The utPLSQL project is community-driven and is not commercially motivated. Nonetheless, donations and other contributions are always welcome, and are detailed below.
65
+
66
+ <table >
67
+ <tbody >
68
+ <tr >
69
+ <td ><a href =" https://www.red-gate.com/hub/events/open-source-projects " rel =" nofollow " ><img src =" docs/images/supported_by_redgate_100.png " alt =" supported_by_redgate " style =" max-width :100% ;" ></a ></td >
70
+ <td >utPLSQL has been supported by Redgate in the form of sponsored stickers and t-shirts. Thank you for helping us spreading the word!</td >
71
+ </tr >
72
+ </tbody >
73
+ </table >
0 commit comments