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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ You have to be a fully utPLSQL environment available compatible with the Java AP
41
41
*`sourcesNameSubexpression`
42
42
* Object name is identified by the expression with the specified set of brackets
43
43
*`sourcesTypeSubexpression`
44
-
* Object Type is identified by the expression with the specified set of brackets
44
+
* Object Type is identified by the expression with the specified set of brackets
45
+
*`sourcesCustomTypeMapping`
46
+
* List of Custom Type Mappings
45
47
46
48
*`tests`
47
49
* Path to project test files
@@ -53,7 +55,8 @@ You have to be a fully utPLSQL environment available compatible with the Java AP
53
55
* Object name is identified by the expression with the specified set of brackets
54
56
*`testsTypeSubexpression`
55
57
* Object Type is identified by the expression with the specified set of brackets
56
-
58
+
*`testsCustomTypeMapping`
59
+
* List of Custom Type Mappings
57
60
58
61
59
62
### Sample of use
@@ -111,3 +114,4 @@ The next snippet is a sample of declaration of the pom
111
114
More project samples are available in the src/test/resources directory :
112
115
* simple-project : minimalist test project with standard project directory structure
113
116
* regex-project : override project directory structure and use additional parameters (sourcesRegexExpression, testsRegexExpression, ...) to tell utPLSQL how the project files are to be mapped into database objects.
117
+
* type-mapping-project : This project shows how to use regex and custom type parameters togethers.
0 commit comments