-
Notifications
You must be signed in to change notification settings - Fork 931
Bug fix for NH3455. #267
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
Bug fix for NH3455. #267
Conversation
Why colsed? |
I didn't mean to submit this yet. I've only got the failing test case so far, I haven't fixed the issue. This is my first time contributing, so I'm not really sure what the process is :) Also, I wasn't sure if I should merge to master in my fork before submitting a PR, or if the PR should be directly from my topic branch. Also, is there any way for me to update the Jira issue to let people know I'm working on it? |
I've replied to your email to dev mailing list. Basically this is it:
|
Ok, thanks for the update. I've added the known bug attribute, so I guess you can merge this test case. I can create a new branch for the fix. Thanks for the help! |
You can work on the same branch. Merging is a looong & time consuming process ) |
I think this is ready for code review/merging. Do I need to merge into master in my fork as well? What is the code review/merge process like? |
@hazzik any update on pulling this? |
Sorry, I'm on vacation with limited internet ability |
@hazzik ok, thanks for the update. Enjoy your vacation! |
@jlevitt You should probably never merge anything into master or any of the other main branches (e.g 3.4.x) that mirror the official repository. It is likely to just confuse matters if you then later create a new topic branch that you want to submit. Just update master etc. from the official repository as needed, and do all your own commits on other branches. |
Bug fix for https://nhibernate.jira.com/browse/NH-3455
This is ready for code review. Please let me know if there's anything I might be overlooking, as this is my first contribution and I'm extremely new to this codebase.
Questions:
projection.GetColumnAliases(propertyName, 0);
is buggy, or was it just being misused?