[hibernate-commits] [hibernate/hibernate-orm] c24140: HHH-8494: Misleading log info during batch executi...
GitHub
noreply at github.com
Tue Jan 20 11:38:49 EST 2015
Branch: refs/heads/4.3
Home: https://github.com/hibernate/hibernate-orm
Commit: c24140426224069032b96d1f26759547bdac7a02
https://github.com/hibernate/hibernate-orm/commit/c24140426224069032b96d1f26759547bdac7a02
Author: hernan <hchanfreau at gmail.com>
Date: 2015-01-20 (Tue, 20 Jan 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java
Log Message:
-----------
HHH-8494: Misleading log info during batch execution.
* Added a boolean variable to indicate if during addToBatch method the
batchSize is reached and there is more than one batch execution.
* The logging about performing a batch execution is moved to
performExecution method.
* The logging indicating that there is no statement to execute in batch
is performed only if there was no previous batching execution.
Commit: b238d7b1ee24d879e0d633006e2c266441ffdbc9
https://github.com/hibernate/hibernate-orm/commit/b238d7b1ee24d879e0d633006e2c266441ffdbc9
Author: Brett Meyer <brett at 3riverdev.com>
Date: 2015-01-20 (Tue, 20 Jan 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java
Log Message:
-----------
HHH-8494 cleanup
Compare: https://github.com/hibernate/hibernate-orm/compare/7a45d89c2d8d...b238d7b1ee24
More information about the hibernate-commits
mailing list