Subject | Re: JayBird 1.0.1 has been released |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-08-12T06:23:46Z |
Hi,
- driver does not complain when blob id is 0;
- fixed NullPointerException in PreparedStatement.executeQuery(String);
- log4j messages should dissaper if logging is disabled;
- result set was not closed when the statement was closed;
- added method setEncoding(String) to data source classes;
- fixed bug when PreparedStatement.setBytes(int, byte[]) was trying to
encode data with current character encoding;
Also I have added support for positioned updates.
Best regards,
Roman Rokytskyy
> What's new/different in this version?That's basically maintenance release. We fixed some bugs:
- driver does not complain when blob id is 0;
- fixed NullPointerException in PreparedStatement.executeQuery(String);
- log4j messages should dissaper if logging is disabled;
- result set was not closed when the statement was closed;
- added method setEncoding(String) to data source classes;
- fixed bug when PreparedStatement.setBytes(int, byte[]) was trying to
encode data with current character encoding;
Also I have added support for positioned updates.
Best regards,
Roman Rokytskyy