Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-ogm
Commit: c251b53cef6b763565cf068e07e613fc46b3654b
https://github.com/hibernate/hibernate-ogm/commit/c251b53cef6b763565cf068...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2019-01-07 (Mon, 07 Jan 2019)
Changed paths:
M
mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/query/parsing/impl/MongoDBPropertyHelper.java
Log Message:
-----------
OGM-1551 Avoid exception when @Column is used on an embedded id
Overriding the column name on an embedded id used to cause a
StringOutOfBoundException.
Commit: 670e1c6269f0f02b3ae09da03cab931d25c29021
https://github.com/hibernate/hibernate-ogm/commit/670e1c6269f0f02b3ae09da...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2019-01-07 (Mon, 07 Jan 2019)
Changed paths:
A
core/src/test/java/org/hibernate/ogm/backendtck/queries/CompositeIdWithColumnNameTest.java
Log Message:
-----------
OGM-1551 Test queries on embedded id using @Column(name)
Check that it doesn't throw StringOutOfBoundException anymore
Compare:
https://github.com/hibernate/hibernate-ogm/compare/a18a8bdd91f9...670e1c6...
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.