[CXX-1835] Consider collapsing session overloads and using optionals Created: 08/Oct/19  Updated: 07/Feb/24

Status: Backlog
Project: C++ Driver
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Kevin Albertson Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: internal-woes
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Epic Link: C++ Developer Experience Improvements
Quarter: FY25Q2

 Description   

many places I wish would use a std::optional<T> instead are overloaded so there’s x->foo(7) and x->foo(7, obj) when really I’d like x->foo(7, optional)
This is especially true for crud operations that take a session. fact that it’s an overload rather than taking by optional makes writing generic code that maybe or maybe does not want to use a session very tedious


Generated at Wed Feb 07 22:04:04 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.