-
Notifications
You must be signed in to change notification settings - Fork 151
Oracle doesn't query for relationships properly #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PR? |
…nstraint" to expose problem mentioned in issue jbogard#52 (Oracle doesn't query for relationships properly)
I provided a PR for this issue since I ran into the same problem NullEntity mentioned on our test servers. |
Fix issue #52 "Oracle doesn't query for relationships properly"
Respawn/Respawn/DbAdapter.cs
Line 515 in 6159862
This join should also be filtering on: AND a.r_owner=b.owner
If you have the same constraint in two different schemas the query will return a relationship between the tables on different schemas. Adding a test for this would probably be a good idea, but I'm not too sure on how to test it.
The text was updated successfully, but these errors were encountered: