Subject PreparedStatements
Author Nick Sydenham
It seems that PreparedStatements are not supported in JayBird as the
source for FBField.java shows the following for all set methods:

public void setDate(Date value, Calendar cal) throws SQLException
{
throw (SQLException)createException(
DATE_CONVERSION_ERROR).fillInStackTrace();
}


The release notes say that PreparedStatements are working. What's the
truth?