This is a correction release.
Main corrections :
- CONJ-220 : prepareStatement : setCharacterStream and setBlob possible IndexOutOfBoundsException depending on stream length.
- CONJ-221 : preparedStatement : Error when using statement setObject(int, object, sqlType) with object with Long type and sql type Types.BIGINT
- CONJ-219 : Correcting Datasource parameter handling.
- CONJ-222 : INSERT ... SELECT are now not rewritten when option rewriteBatchedStatements is set.
- CONJ-223 : MetaData.getParameterCount() on prepareStatement now return correct result.
- Code cleaned to avoid connection leak