Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add issue link
  • Loading branch information
craigfowler authored Sep 23, 2024
1 parent a5cb6ec commit fbbe38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NHibernate HBM `property-ref` bug

This is a reproduction case for an NHibernate bug whereby a `property-ref` attribute on a `<many-to-one />` XML HBM mapping is incorrectly used when generating SQL.
This is [a reproduction case for an NHibernate bug](https://github.com/nhibernate/nhibernate-core/issues/3609) whereby a `property-ref` attribute on a `<many-to-one />` XML HBM mapping is incorrectly used when generating SQL.
This appears to affect only queries which would cause an `EXISTS( ... )`-style SQL query to be generated by NHibernate.

The issue differs a little depending upon whether or not the `<many-to-one />` mapping uses the `not-found="ignore"` attribute.
Expand Down

0 comments on commit fbbe38e

Please sign in to comment.