Tassilo Karge
Tassilo Karge
See issue description at https://hibernate.atlassian.net/browse/HHH-14873 You may step back one commit (revert the solution) to see that the newly added test really fails.
See Jira Issue description at https://hibernate.atlassian.net/browse/HHH-14775
When a logical column name identifier cannot be created, there is only an error message that the "column name must not be null". In the case I experienced, the column...
https://hibernate.atlassian.net/browse/HHH-16512
The method did not consider the objects created for oneOf schemata. If one of the cases was a list, to_dict would return it instead of something that has an items()...
HHH-16512 describes a problem when querying OneToOne relations the "wrong" way around, because an inner join was used in combination with a "is null" query. This seems to be fixed...