We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41164b4 commit f3c017dCopy full SHA for f3c017d
src/main/java/org/utplsql/api/FileMapper.java
@@ -40,7 +40,7 @@ public static Array buildFileMappingArray(
40
int paramIdx = 0;
41
callableStatement.registerOutParameter(++paramIdx, OracleTypes.ARRAY, CustomTypes.UT_FILE_MAPPINGS);
42
43
- if (mapperOptions.getRegexPattern() == null) {
+ if (mapperOptions.getObjectOwner() == null) {
44
callableStatement.setNull(++paramIdx, Types.VARCHAR);
45
} else {
46
callableStatement.setString(++paramIdx, mapperOptions.getObjectOwner());
0 commit comments