|
From: Frank Schlottmann-G. <fs...@us...> - 2005-05-19 02:18:59
|
Update of /cvsroot/firebird/client-java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31590/client-java Modified Files: ChangeLog Log Message: nightly update Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/client-java/ChangeLog,v retrieving revision 1.174 retrieving revision 1.175 diff -b -U3 -r1.174 -r1.175 --- ChangeLog 18 May 2005 02:19:27 -0000 1.174 +++ ChangeLog 19 May 2005 02:18:50 -0000 1.175 @@ -1,3 +1,67 @@ +2005-05-18 09:21 rrokytskyy + + * client-java/src/: jdbc_20/org/firebirdsql/jdbc/FBStatement.java, + jdbc_30/org/firebirdsql/jdbc/FBStatement.java: + + adapted the method signature + +2005-05-18 09:21 rrokytskyy + + * + client-java/src/main/org/firebirdsql/encodings/EncodingFactory.java + : + + removed encoder caching as it leads to stream corruption + +2005-05-18 09:20 rrokytskyy + + * client-java/src/main/org/firebirdsql/gds/impl/GDSHelper.java: + + optimized the result set registration flag + +2005-05-18 09:12 rrokytskyy + + * + client-java/src/main/org/firebirdsql/gds/impl/XdrOutputStream.java: + + fixed possible buffer corruption + +2005-05-18 09:11 rrokytskyy + + * client-java/src/main/org/firebirdsql/jdbc/FBResultSet.java: + + removed paranoia mode switch (it decreases the performance) + +2005-05-18 09:11 rrokytskyy + + * client-java/src/main/org/firebirdsql/jdbc/AbstractStatement.java: + + optimized Synchronizable implementation + +2005-05-18 09:05 rrokytskyy + + * + client-java/src/main/org/firebirdsql/jdbc/FBDatabaseMetaData.java: + + changed driver version + +2005-05-18 09:04 rrokytskyy + + * + client-java/src/main/org/firebirdsql/jdbc/AbstractPreparedStatement + .java: + + changed code formatting + +2005-05-18 08:30 rrokytskyy + + * + client-java/src/main/org/firebirdsql/encodings/EncodingFactory.java + : + + removed encoder caching since it influences the performance and + correctness + 2005-05-17 10:12 rrokytskyy * client-java/src/main/org/firebirdsql/: |