mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Richard Cohen's 'cleanup' into master.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user