Closed GitMensch closed 1 year ago
There were changes in 081674b3c03e1b97b0a2edf854a152d765331bee but I think that's still open (and we now have some commented lines in, that may should be removed).
No priority at all, just something that has been seen during debugging.
no conflicts so I guess that minor issue is likely still open
ping @mridoni - I guess this is still not obsolete with the "C++ization" coming.
ping @mridoni - I guess this is still not obsolete with the "C++ization" coming.
Yes, it will be closed with v1.0.20
Closing this since it has become obsolete (still thanks again!)
Feel free to ignore this PR, I've just stumbled over this when stepping through the code, getting into the std::string connector two times instead of once and thought "that would be easier to debug when I can just see those values directly instead of stepping into these functions".
Performance-wise it will obviously make no difference, and likely the other drivers are similar.
BTW: I've failed to get the connection string be printed from the connection info, what is wrong in the following line?`
Side note: maybe drop the boolean parameter and instead only checking for the std:string to be empty (currently both is done)?