gnucash/libgnucash/backend/sql/test
John Ralls 170502c6c5 Bug 797906 - GnuCash data file is locked after a "save-as"...
to mysql database.

It's more general, any save-as to a different backend type, i.e.
xml->sql or sql->xml, left the previous book locked.

Ensure that the session is ended and the book unlocked in the
backend's destructor. This also fixes a memory leak in the SQL
backend because the GncSqlConnection wasn't being deleted.
2021-03-23 11:27:37 -07:00
..
CMakeLists.txt Two more test directories needing G_LOG_DOMAIN defined. 2020-05-10 10:18:36 -07:00
test-column-types.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-sqlbe.cpp Move glib and gtk includes out of extern C for tests. 2021-02-16 13:23:48 -08:00
utest-gnc-backend-sql.cpp Bug 797906 - GnuCash data file is locked after a "save-as"... 2021-03-23 11:27:37 -07:00