mirror of https://github.com/apache/openjpa.git
OPENJPA-617 Removed hardcoding platform string.
a minor fix of the message text id from batch_update_success_count to batch-update-success-count. Just caught that immediately after last commit. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@661207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93417f99e3
commit
d1aa6a2c48
|
@ -1111,7 +1111,7 @@ public class OracleDictionary
|
|||
if (batchLimit > 0 && ps != null) {
|
||||
updateSuccessCnt = ps.getUpdateCount();
|
||||
if (log.isTraceEnabled())
|
||||
log.trace(_loc.get("batch_update_success_count",
|
||||
log.trace(_loc.get("batch-update-success-count",
|
||||
updateSuccessCnt));
|
||||
}
|
||||
return updateSuccessCnt;
|
||||
|
|
|
@ -172,6 +172,6 @@ stream-exception: Unexpected error recovering the row to stream the LOB.
|
|||
batch_unlimit: The batch limit was changed from unlimit (-1) to {0}.
|
||||
function-not-supported: The database dictionary in use ("{0}") \
|
||||
does not support "{1}" function.
|
||||
batch_update_success_count: ExecuteBatch command returns update success count {0}
|
||||
batch-update-success-count: ExecuteBatch command returns update success count {0}
|
||||
connection-defaults: Initial connection autoCommit: {0}, holdability: {1}, \
|
||||
TransactionIsolation: {2}
|
||||
|
|
Loading…
Reference in New Issue