OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Ensure connection before deleting by name #32

Closed gRoberts84 closed 1 year ago

gRoberts84 commented 1 year ago

Experiencing random 500 errors where the connection is no longer open and the statement is being created against a closed connection.

Moved the statement creation below the connection check and it appears to be resolved.