Hi All! A couple of LOB related methods in DBDictionary use reflection to invoke JDBC 3 methods. Since we now require JDBC >= 3 during compilation, I thought of replacing their bodies with plain metohd calls instead of reflected ones. This will slightly reduce the size of that big class and make stack traces easier to read. Has someone an opinion?
The methods are: putBytes, putString, putChars, invokePutLobMethod. Regards, Milosz
