-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Line 256 in 8e8979a
| PreparedStatementSetter pss = new ArgumentPreparedStatementSetter(parameters.toArray()); |
Is it possible to change this line to
PreparedStatementSetter pss = new LobCreatorArgumentPreparedStatementSetter(getLobHandler().getLobCreator(), parameters.toArray());
This will solve the Issues with the BLOB in at least the Oracle Database mentioned in #347 and #387.
This solution was already mentioned in #347 but was maybe overseen because the issue is closed.
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid