List:Commits« Previous MessageNext Message »
From:mmatthews Date:August 14 2006 6:28pm
Subject:Connector/J commit: r5630 - branches/branch_5_0/connector-j/src/com/mysql/jdbc
View as plain text  
Modified:
   branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java
Log:
Fixed typo.

Modified: branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java
===================================================================
--- branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java	2006-08-14 00:01:22 UTC (rev 5629)
+++ branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java	2006-08-14 18:28:02 UTC (rev 5630)
@@ -1156,7 +1156,7 @@
 			+ "for SQL injection if using plain java.sql.Statements and your code doesn't sanitize input correctly.\n\n"
 			+ "Notice that for prepared statements, server-side prepared statements can not currently take advantage of "
 			+ "this rewrite option, and that if you don't specify stream lengths when using PreparedStatement.set*Stream()," 
-			+ "the driver won't be able to determine the optimium number of parameters per batch and you might receive an" 
+			+ "the driver won't be able to determine the optimium number of parameters per batch and you might receive " 
 			+ "an error from the driver that the resultant packet is too large.\n\n"
 			+ "Statement.getGeneratedKeys() for these rewritten statements only works when the entire " 
 			+ "batch includes INSERT statements.",

Thread
Connector/J commit: r5630 - branches/branch_5_0/connector-j/src/com/mysql/jdbcmmatthews14 Aug