db_set_mode: invalid database handle

Issue #10 resolved
dd1 created an issue

db_open_database() calls db_set_mode() before we are fully connected (_database->attached=TRUE) resulting in the message "db_set_mode: invalid database handle". As result, db_set_mode() does nothing and the intended function of this code is defeated (fixup of "exclusive" mode in stale open records). K.O.

Comments (3)

  1. Log in to comment