mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
clear lock on the origin SQL book. GncDbiSqlConnection::unlock_database function errored out if the last dbi interaction resulted in an error, even if it was a harmless index out of range. Ignore index out of range errors.