mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo.
This commit is contained in:
parent
b1915a0b89
commit
868489b1c4
@ -3327,7 +3327,7 @@ conn_test_dbi_library( dbi_conn conn )
|
||||
memset( doublestr, 0, sizeof(doublestr));
|
||||
|
||||
result = dbi_conn_query (conn, "DROP TABLE IF EXISTS numtest;");
|
||||
result = dbi_conn_query (con, "CREATE TEMPORARY TABLE numtest "
|
||||
result = dbi_conn_query (conn, "CREATE TEMPORARY TABLE numtest "
|
||||
"( test_int BIGINT, test_unsigned BIGINT,"
|
||||
" test_double FLOAT8 )");
|
||||
if ( result == NULL )
|
||||
|
Loading…
Reference in New Issue
Block a user