-
Notifications
You must be signed in to change notification settings - Fork 594
Comparing changes
Open a pull request
base repository: mysql/mysql-connector-j
base: 5.1.27
head repository: mysql/mysql-connector-j
compare: 5.1.28
- 20 commits
- 37 files changed
- 5 contributors
Commits on Oct 21, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 871f6c2 - Browse repository at this point
Copy the full SHA 871f6c2View commit details
Commits on Nov 6, 2013
-
Adding live host management for replication connections.
tofarmer committedNov 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 14cd95c - Browse repository at this point
Copy the full SHA 14cd95cView commit details -
Adding live host management for replication connections.
tofarmer committedNov 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 17fd9af - Browse repository at this point
Copy the full SHA 17fd9afView commit details -
tofarmer committed
Nov 6, 2013 Configuration menu - View commit details
-
Copy full SHA for a100f56 - Browse repository at this point
Copy the full SHA a100f56View commit details -
tofarmer committed
Nov 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 7be2aec - Browse repository at this point
Copy the full SHA 7be2aecView commit details
Commits on Nov 11, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 36bc1e8 - Browse repository at this point
Copy the full SHA 36bc1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1c0fa - Browse repository at this point
Copy the full SHA bd1c0faView commit details
Commits on Nov 14, 2013
-
Fixes Bug#17750877, throwing correct JDBC4 SQLException subclass for …
…query interrupted errors. Also adds testing around JDBC4 SQLException subclasses.
tofarmer committedNov 14, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ac39b1 - Browse repository at this point
Copy the full SHA 6ac39b1View commit details
Commits on Nov 17, 2013
-
Bug #68916 closeOnCompletion doesn't work
Bug #69746 ResultSet closed after Statement.close() when dontTrackOpenResources=true StatementImpl handles closing itself when the last ResultSet is closed explicitely and calls back to StatementImpl to remove itself from the set of open result sets. Results from getGeneratedKeys() are considered part of this set of open result sets. Implicit closing of result sets by StatementImpl was refactored to operate consistently unless "dontTrackOpenResources" or "holdResultsOpenOverClose/holdResultsOpenOverStatementClose" (stmt or conn level) is set. Generated keys results were sometimes added to the set of open results. This is no longer done and this result set is tracked separately. This resulted in a change to internal behaviour checked in the test for Bug#44056. The test case was changed accordingly. The description of "dontTrackOpenResources" was updated to reflect the new implications. The "isClosed()" method was added to the "ResultSetInternalMethods" and moved from JDBC4ResultSetImpl to ResultSetImpl.
Jess Balint committedNov 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 3d3f594 - Browse repository at this point
Copy the full SHA 3d3f594View commit details
Commits on Nov 19, 2013
-
YEAR type will still be identified as java.sql.Types.DATE (as Bug#104…
…85 fix states), however, if connection property yearIsDateType=false, columns with this type are processed as java.lang.Short instead of java.sql.Date.
Configuration menu - View commit details
-
Copy full SHA for 106d603 - Browse repository at this point
Copy the full SHA 106d603View commit details -
Fix for Bug#69777, Setting maxAllowedPacket below 8203 makes blobSend…
…ChunkSize negative.
Configuration menu - View commit details
-
Copy full SHA for b776f4f - Browse repository at this point
Copy the full SHA b776f4fView commit details -
Bug#69452 test case no longer needs to check the adjustment made for …
…'blobSendChunkSize' in ConnectionImpl.initializePropsFromServer().
Configuration menu - View commit details
-
Copy full SHA for 498a898 - Browse repository at this point
Copy the full SHA 498a898View commit details
Commits on Nov 20, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c536e9d - Browse repository at this point
Copy the full SHA c536e9dView commit details -
Todd Farmer committed
Nov 20, 2013 Configuration menu - View commit details
-
Copy full SHA for b8a78e7 - Browse repository at this point
Copy the full SHA b8a78e7View commit details
Commits on Nov 21, 2013
-
OperationNotSupportedException Inner class deleted from com.mysql.jdb…
…c.RowDataDynamic.
Configuration menu - View commit details
-
Copy full SHA for 3500bc1 - Browse repository at this point
Copy the full SHA 3500bc1View commit details -
Fix for Bug#55340, initializeResultsMetadataFromCache fails on second…
… call to stored proc.
Configuration menu - View commit details
-
Copy full SHA for c451d7b - Browse repository at this point
Copy the full SHA c451d7bView commit details
Commits on Nov 22, 2013
-
EscapeTokenizer was refactored to fix Bug#51313 - Escape processing i…
…s confused by multiple backslashes.
Configuration menu - View commit details
-
Copy full SHA for 2fdbec5 - Browse repository at this point
Copy the full SHA 2fdbec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b217ff9 - Browse repository at this point
Copy the full SHA b217ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e57d3 - Browse repository at this point
Copy the full SHA 10e57d3View commit details
Commits on Nov 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c9e30df - Browse repository at this point
Copy the full SHA c9e30dfView commit details
There are no files selected for viewing