Skip to content

Conversation

@TracerDS
Copy link
Contributor

@TracerDS TracerDS commented Aug 5, 2024

Resolves #410

@TracerDS TracerDS marked this pull request as ready for review August 5, 2024 10:08
@tederis tederis added the enhancement New feature or request label Aug 10, 2024
std::string result;
if (Get(inCmd, result))
{
value = atoi(result.c_str());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, use C++ alternatives.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would require either defining a function for converting strings to numbers or surrounding it with try-catch.
Function would be better there, no?

@TracerDS
Copy link
Contributor Author

Im not interested in advancing this PR further anymore.
If someone wants to refresh it, feel free to do so.

@TracerDS TracerDS closed this Dec 23, 2024
@TracerDS TracerDS deleted the 050824_Async-dbConnect branch December 23, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get dbConnect handle in other ways

2 participants