List:Commits« Previous MessageNext Message »
From:mmatthews Date:February 13 2007 4:52pm
Subject:Connector/J commit: r6312 - branches/branch_5_0/connector-j trunk/connector-j
View as plain text  
Modified:
   branches/branch_5_0/connector-j/CHANGES
   trunk/connector-j/CHANGES
Log:
Synchronizing changelog w/ changes in repo.

Modified: branches/branch_5_0/connector-j/CHANGES
===================================================================
--- branches/branch_5_0/connector-j/CHANGES	2007-02-13 16:51:35 UTC (rev 6311)
+++ branches/branch_5_0/connector-j/CHANGES	2007-02-13 16:52:04 UTC (rev 6312)
@@ -135,6 +135,11 @@
 	  java.net.BindException, so that a friendlier error message is given with
 	  a little internal diagnostics.
 	  
+	- Fixed some NPEs when cached metadata was used with UpdatableResultSets.
+	
+	- The "rewriteBatchedStatements" feature can now be used with server-side
+	  prepared statements.
+	  
 10-20-06 - Version 5.0.4
 
     - Fixed BUG#21379 - column names don't match metadata in cases 

Modified: trunk/connector-j/CHANGES
===================================================================
--- trunk/connector-j/CHANGES	2007-02-13 16:51:35 UTC (rev 6311)
+++ trunk/connector-j/CHANGES	2007-02-13 16:52:04 UTC (rev 6312)
@@ -134,7 +134,12 @@
 	  of CommunicationsException when the underyling exception is a 
 	  java.net.BindException, so that a friendlier error message is given with
 	  a little internal diagnostics.
-	   	  	  	  	  
+	  
+	- Fixed some NPEs when cached metadata was used with UpdatableResultSets.
+	
+	- The "rewriteBatchedStatements" feature can now be used with server-side
+	  prepared statements.
+	  
 10-20-06 - Version 5.0.4
 
     - Fixed BUG#21379 - column names don't match metadata in cases 

Thread
Connector/J commit: r6312 - branches/branch_5_0/connector-j trunk/connector-jmmatthews13 Feb