mirror of https://github.com/apache/openjpa.git
OPENJPA-516. Following the setFormOfUse(...) need to still call setString(...)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@627879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b45bd5877
commit
caa400cbb3
|
@ -460,7 +460,6 @@ public class OracleDictionary
|
||||||
("oracle.jdbc.OraclePreparedStatement").
|
("oracle.jdbc.OraclePreparedStatement").
|
||||||
getField("FORM_NCHAR").get(null)
|
getField("FORM_NCHAR").get(null)
|
||||||
});
|
});
|
||||||
return;
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.warn(e);
|
log.warn(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue