Subject Re: JayBird 1.0.1 has been released
Author adobni
It would be nice and is common practice to include the change log in
the package.

--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> Hi,
>
> > 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