mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix failure to drop the temp numeric table at the end of dbi_library_test.
This commit is contained in:
@@ -1174,6 +1174,7 @@ dbi_library_test (dbi_conn conn)
|
||||
resultulonglong = dbi_result_get_ulonglong (result, "test_unsigned");
|
||||
resultdouble = dbi_result_get_double (result, "test_double");
|
||||
}
|
||||
dbi_conn_query (conn, "DROP TABLE numtest");
|
||||
gnc_pop_locale (LC_NUMERIC);
|
||||
if (testlonglong != resultlonglong)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user