utPLSQL / utPLSQL-maven-plugin

Maven plugin for running Unit Tests with utPLSQL v3
Apache License 2.0
13 stars 10 forks source link

Add support for file mapping options #5

Closed jgebal closed 5 years ago

jgebal commented 6 years ago

As in cli, maven plugin needs to provide options to define how files will be mapped to DB objects

jgarec commented 6 years ago

15 adds support for regex parameters.

If i compare with the CLI, only this parameter is now missing : -type_mapping="matched_string=TYPE[/matched_string=TYPE]*"

jgarec commented 5 years ago

All parameters are available with #18 and #16.