Open nevali opened 6 years ago
spindle_generate_entry can be invoked with entry->db == NULL (by design) but not all of the generate functions it invokes perform the necessary tests before attempting to invoke SQL queries.
spindle_generate_entry
entry->db == NULL
spindle_generate_entry
can be invoked withentry->db == NULL
(by design) but not all of the generate functions it invokes perform the necessary tests before attempting to invoke SQL queries.