|
Doesn't this bug exist independent of the JDBC driver implementation? The base problem is that Hibernate is treating the name (or label) as unique when it is never guaranteed to be unique. It should instead rely on the position of the data, which is unique.
|