-
Notifications
You must be signed in to change notification settings - Fork 292
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
Exception message grammar: "An SqlParameter [...] is not contained by this SqlParameterCollection" #159
Comments
https://www.grammar.com/a-vs-an-when-to-use/ |
I filed this issue on the basis of that rule, since my brain balked at the sound of "An sequel parameter." Here's the part I didn't think of. I think most people pronounce it 'sequel.' My anecdata suggests that 'ess que ell' is super rare to hear in talks, videos, face to face. If there's a single mainstream pronunciation, we should follow it. https://english.stackexchange.com/questions/7231/how-is-sql-pronounced |
I say it as an acronym, probably because it is, but I have no strong opinion on that vs sequel as long as mutual understanding occurs. To me the message reads in a stilted way if you force A vs An, it's as if the A is followed by a fullstop rather than being a smooth flow "aness". This is not a (mole)hill I would choose to die on, if anyone decides to change it then so be it. 😁 /cc @cheenamalhotra |
I vote for this person's suggestion for how to pronounce it: https://www.reddit.com/r/NoStupidQuestions/comments/41wdnr/is_sql_pronounced_s_q_l_or_sequel/cz65b28/
|
Closing this as the fix in PR #252 is merged. |
Repro:
Expected: "A SqlParameter," not "An SqlParameter"
Source:
https://github.com/dotnet/corefx/blob/6739eab2f4ee9a895575289893edf63b6c234d43/src/System.Data.SqlClient/src/Resources/Strings.resx#L122-L124
The text was updated successfully, but these errors were encountered: