From:
<car...@te...> - 2003-11-20 11:03:01
|
Hello: Summary of changes in CVS ------- -- ------- -- --- * Changes to improve handling of query parameters, witch conversions of parameter values will be done only one time. * Changes in the wayof store rows fetched, until beta 4 an arraylist was used for store the rows fetched as result of a select query now an array of objects will be used. * FbConnection, FbCommand, FbCommandBuilder and FbDataAdapter has now better implementations of constructors and constructors ( i thnk ). * There are some changes in the Firebird Events API implementation. * Changes for try to get better charset support ( Thanks to Peter Jacobi and Oleg Ufaev ). * In FbCommand the exception that was raised when a string parameter has incorrect length has been removed, because firebird has an old bug that reports sqllen bad for fields of system tables. * In FbCommand, batch command execution is now restricted to ExecuteReader calls. * FbDataReader.GetSchema method will now return the size in characters for char ad varchar columns. * The Nunit test suite has been reworked for allow database creation in the fly, and the build file will use now NUnit 2.1 for the suite build. * FbCommand has some fixes for correct checkin of command[actualCommand] ( Thanks to Pierre Arnaud ) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |