File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1208,14 +1208,8 @@ private IMongoQuery BuildStringQuery(MethodCallExpression methodCallExpression)
12081208 switch ( stringMethodCallExpression . Method . Name )
12091209 {
12101210 case "ToLower" :
1211- caseInsensitive = true ;
1212- break ;
12131211 case "ToLowerInvariant" :
1214- caseInsensitive = true ;
1215- break ;
12161212 case "ToUpper" :
1217- caseInsensitive = true ;
1218- break ;
12191213 case "ToUpperInvariant" :
12201214 caseInsensitive = true ;
12211215 break ;
Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ http://jira.mongodb.org/browse/CSHARP
3939* Ed Rooth edward.rooth@wallstreetjapan.com
4040* Testo test1@doramail.com
4141* Alex Brown https://github.com/alexjamesbrown
42+ * staywellandy https://github.com/staywellandy
4243
4344If you have contributed and we have neglected to add you to this list please contact one of the maintainers to be added to the list (with apologies).
You can’t perform that action at this time.
0 commit comments