On Fri, 11 Feb 2005, Xavier Poinsard wrote:
> I had some time in the train, so here is a patch adding function name to
> notImplemented().
It seems reather inconsistent, it uses all of the following description
types:
- Blob.truncate
- setBinaryStream
- getArray With Map
- fetch(ResultCursor, ResultHandler, int)
These need to be consistent. Also some of the claims are inaccurate, for
example Statement.setURL, Statement.getURL are actually from
PreparedStatement and CallableStatement respectively.
Finally this patch doesn't actually have a change to Driver.notImplemented
to make it work.
Kris Jurka