Merge Richard Cohen's 'cleanup' into master.

This commit is contained in:
John Ralls
2023-01-24 12:05:47 -08:00
37 changed files with 36 additions and 325 deletions

View File

@@ -553,7 +553,7 @@ GncDbiSqlConnection::quote_string (const std::string& unquoted_str)
/** Check if the dbi connection is valid. If not attempt to re-establish it
* Returns TRUE is there is a valid connection in the end or FALSE otherwise
* Returns TRUE if there is a valid connection in the end or FALSE otherwise
*/
bool
GncDbiSqlConnection::verify () noexcept

View File

@@ -76,7 +76,7 @@ public:
set_error(ERR_BACKEND_NO_ERR, 0, false);
}
/** Check if the dbi connection is valid. If not attempt to re-establish it
* Returns TRUE is there is a valid connection in the end or FALSE otherwise
* Returns TRUE if there is a valid connection in the end or FALSE otherwise
*/
bool verify() noexcept override;
bool retry_connection(const char* msg) noexcept override;