[CONJ-66] Regression in DatabaseMetaData.getPrimaryKeys() Created: 2013-09-20 Updated: 2013-09-20 Resolved: 2013-09-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | 1.1.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lukas Eder | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When upgrading jOOQ integration tests from MariaDB JDBC driver 1.1.2 to 1.1.5, I discovered a regression, probably introduced with Here's how to reproduce:
Now, call
This will produce duplicate rows as can be seen here:
|
| Comments |
| Comment by Lukas Eder [ 2013-09-20 ] |
|
That was very quick, thanks! |