[CXX-1062] read_concern::acknowledge_string() creates invalid read concern when attempting to set to server default Created: 02/Oct/16 Updated: 06/Apr/17 Resolved: 08/Oct/16 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | Implementation |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.3 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | J Rassi | Assignee: | J Rassi |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
read_concern::acknowledge_string() is documented to set the read concern level to read_concern::level::k_server_default when the empty string is passed. Instead, it incorrectly sets the read concern level to read_concern::level::k_unknown when the empty string is passed. |
| Comments |
| Comment by Githook User [ 08/Oct/16 ] |
|
Author: {u'username': u'jrassi', u'name': u'J. Rassi', u'email': u'rassi@10gen.com'}Message: Fixes a bug where passing the empty string to |
| Comment by Githook User [ 08/Oct/16 ] |
|
Author: {u'username': u'jrassi', u'name': u'J. Rassi', u'email': u'rassi@10gen.com'}Message: Fixes a bug where passing the empty string to |
| Comment by J Rassi [ 02/Oct/16 ] |