Subject: | driver::mysql's store fails when using foreign constraints on a session table |
If the session table has foreign key constraints in the database, the
store subroutine fails as it uses the sql "REPLACE INTO" which actually
performs a delete internally. It'd probably be better to use "UPDATE
TABLE" syntax instead.