-
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.25
head repository: mysql/mysql-connector-j
compare: 5.1.26
- 17 commits
- 25 files changed
- 3 contributors
Commits on Apr 15, 2013
-
dont allow updateRow() to be called when updatable cursor is position…
…ed on insert row (Bug#45757)
Jess Balint committedApr 15, 2013 Configuration menu - View commit details
-
Copy full SHA for a73b379 - Browse repository at this point
Copy the full SHA a73b379View commit details
Commits on Apr 17, 2013
-
update CHANGES and copyright for bug#45757
Jess Balint committedApr 17, 2013 Configuration menu - View commit details
-
Copy full SHA for afb45f7 - Browse repository at this point
Copy the full SHA afb45f7View commit details
Commits on Apr 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 989785c - Browse repository at this point
Copy the full SHA 989785cView commit details
Commits on May 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for bbb18cf - Browse repository at this point
Copy the full SHA bbb18cfView commit details -
Fix for Bug#68307, return correct COLUMN_TYPE from both getProcedureC…
…olumns() and getFunctionColumns().
Configuration menu - View commit details
-
Copy full SHA for f1d4a54 - Browse repository at this point
Copy the full SHA f1d4a54View commit details
Commits on May 22, 2013
-
Fix for Bug#42267, PreparedStatementWrapper doesn't have a toString()…
… implementation
Jess Balint committedMay 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 29fd71b - Browse repository at this point
Copy the full SHA 29fd71bView commit details -
Jess Balint committed
May 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 60fea02 - Browse repository at this point
Copy the full SHA 60fea02View commit details -
Fix for Bug#42267, PreparedStatementWrapper doesn't have a toString()…
… implementation
Jess Balint committedMay 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 4139e29 - Browse repository at this point
Copy the full SHA 4139e29View commit details
Commits on May 27, 2013
-
Fix for Bug#44451, added missing fields in methods getColumns(), getP…
…rocedureColumns(), getTables() and getUDTs(). Methods getClientInfoProperties() and getFunctions() were made available in all *DatabaseMetaDataUsingInfoSchema implementations.
Configuration menu - View commit details
-
Copy full SHA for 7bc5f81 - Browse repository at this point
Copy the full SHA 7bc5f81View commit details
Commits on May 29, 2013
-
Fix for Bug#65871, DatabaseMetaData.getColumns() throws an MySQLSynta…
…xErrorException.
Configuration menu - View commit details
-
Copy full SHA for 14f9576 - Browse repository at this point
Copy the full SHA 14f9576View commit details -
Fix for regression tests: reverted StringUtils.escapeQuote() removal,…
… low-case names in testBug65871
Configuration menu - View commit details
-
Copy full SHA for ff22d6a - Browse repository at this point
Copy the full SHA ff22d6aView commit details
Commits on Jul 4, 2013
-
Fix for Bug#68400, useCompression=true and connect to server, zip nat…
…ive method cause out of memory.
Configuration menu - View commit details
-
Copy full SHA for a75e8cb - Browse repository at this point
Copy the full SHA a75e8cbView commit details
Commits on Jul 9, 2013
-
Fix for Bug#69308: avoid calling close() method twice in PreparedStat…
…ement and thus create and catch an exception unnecessarily.
Configuration menu - View commit details
-
Copy full SHA for 0b54521 - Browse repository at this point
Copy the full SHA 0b54521View commit details -
Fix for Bug#69298: JDBC4 DatabaseMetaData.getProcedures() and getProc…
…edureColumns() return metadata for stored procedures only or also functions, depending on connection property. Several fixes in Functions and Procedures metadata so that consulting I__S and MySQL/DDL returns same info.
Configuration menu - View commit details
-
Copy full SHA for 9cf80d6 - Browse repository at this point
Copy the full SHA 9cf80d6View commit details
Commits on Jul 15, 2013
-
fix ConnectionRegressionTest to work with JDK 6
Jess Balint committedJul 15, 2013 Configuration menu - View commit details
-
Copy full SHA for ecb8fa5 - Browse repository at this point
Copy the full SHA ecb8fa5View commit details
Commits on Jul 16, 2013
-
Fix for Bug#69298: Connection property 'getProceduresReturnsFunctions…
…' description updated.
Configuration menu - View commit details
-
Copy full SHA for 61a660d - Browse repository at this point
Copy the full SHA 61a660dView commit details
Commits on Jul 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 20891b5 - Browse repository at this point
Copy the full SHA 20891b5View commit details
There are no files selected for viewing