-
Notifications
You must be signed in to change notification settings - Fork 934
NH-3673 - Closure variable values locked in from expressions in NHibernate LINQ provider #1330
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
* NH-2500 tests (nhibernate#1363) * NH-3673 test (nhibernate#1330)
* Fixes nhibernate#1330 (NH-3673) * Allow a workaround for nhibernate#1363 (NH-2500)
* Fixes nhibernate#1330 (NH-3673) * Allows a workaround for nhibernate#1363 (NH-2500)
* Fixes nhibernate#1330 (NH-3673) * Allows a workaround for nhibernate#1363 (NH-2500)
* Fixes nhibernate#1330 * Fixes nhibernate#866 * Fixes most of nhibernate#1363 (a workaround is still needed for one case)
* Fixes nhibernate#1330 * Fixes nhibernate#866 * Fixes most of nhibernate#1363 (a workaround is still needed for one case)
* Fixes nhibernate#1330 ( NH-3673 ) * Obsoletes nhibernate#866 ( NH-2658 ) * Fixes most of nhibernate#1363 (a workaround is still needed for one case; NH-2500 )
* Fixes nhibernate#1330 (NH-3673) * Obsoletes nhibernate#866 (NH-2658) * Fixes most of nhibernate#1363 (a workaround is still needed for one case; NH-2500)
* Fixes nhibernate#1330 (NH-3673) * Obsoletes nhibernate#866 (NH-2658) * Fixes nhibernate#1363 (NH-2500)
* Fixes nhibernate#1330 (NH-3673) * Obsoletes nhibernate#866 (NH-2658) * Fixes nhibernate#1363 (NH-2500)
I'm wondering if this issue has surfaced again in v5.3.0. v5.2.7 does not have the issue.
The first time the query is called, the Id on the returned object is correct. After the first call, the Id on the returned object is always the id from the first call. The results coming back from the database looks correct, so it appears there is something going on with the hydration of SomeEntityDto. |
@jeremycampbellaustin You might want to create a new issue for that. I'm not sure if the developers of NHibernate monitor old issues for comments. edit: Ok, seems like they do 😄 |
David Straw created an issue — 22nd August 2014, 16:07:48:
Ricardo Peres added a comment — 22nd August 2014, 17:52:54:
The text was updated successfully, but these errors were encountered: