mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Polishing
This commit is contained in:
@@ -369,7 +369,7 @@ public abstract class StatementCreatorUtils {
|
||||
ps.setBoolean(paramIndex, (Boolean) inValue);
|
||||
}
|
||||
else {
|
||||
ps.setObject(paramIndex, inValue, Types.BOOLEAN);
|
||||
ps.setObject(paramIndex, inValue, Types.BOOLEAN);
|
||||
}
|
||||
}
|
||||
else if (sqlType == Types.DATE) {
|
||||
|
||||
Reference in New Issue
Block a user