The persistent test is failing and I have no idea why, as it's not displaying any error message. This commit changes a few things with PostgreSQL just to see if they make any difference. Note that the persistent test suite passes with flying colors both before and after this commit on my machine using PostgreSQL 9.4.2. |
||
|---|---|---|
| .. | ||
| src/Web/ServerSession/Backend | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| serversession-backend-persistent.cabal | ||
| Setup.lhs | ||
serversession-backend-persistent
This is the storage backend for serversession using
persistent and an RDBMS. Please
read the main README file
for general information about the serversession packages.
Unfortunately it is not easy to support all persistent backends
on a single package, and this is why we currently support the SQL
backend only (which is more commonly used).