serversession/serversession-backend-acid-state
Felipe Lessa 83faccf3f9 Use insertLookupWithKey when needing old value.
updateLookupWithKey returns original value only if it was deleted.  If
it was updated, it returns the updated value.  On both acid-state and
MockStorage we want the old value, though.

Now all acid-state tests are green once more.

MockStorage tests were already green because MockStorage does not
mantain a cached mapping of auth IDs to session IDs.
2015-05-28 02:03:12 -03:00
..
src/Web/ServerSession/Backend Use insertLookupWithKey when needing old value. 2015-05-28 02:03:12 -03:00
tests Add storage tests for acid-state, both memory and local storage. 2015-05-28 01:27:13 -03:00
.gitignore Add storage tests for acid-state, both memory and local storage. 2015-05-28 01:27:13 -03:00
LICENSE New serversession-backend-acid-state package. 2015-05-25 21:31:47 -03:00
README.md New serversession-backend-acid-state package. 2015-05-25 21:31:47 -03:00
serversession-backend-acid-state.cabal Add storage tests for acid-state, both memory and local storage. 2015-05-28 01:27:13 -03:00

serversession-backend-acid-state

This is the storage backend for serversession using acid-state. Please read the main README file for general information about the serversession packages.