Commit Graph

5 Commits

Author SHA1 Message Date
Michael Xavier
130fbbaaf2 Ignore db files 2018-10-19 09:33:10 -07:00
Michael Xavier
69e565c415 Ignore sqlite files 2018-10-16 08:52:18 -07:00
Michael Xavier
66bdc481bc Ignore .stack-work 2017-01-31 20:02:32 -08:00
Felipe Lessa
8a6df8cc6c Add persistent storage tests to using SQLite and PostgreSQL.
Currently failing tests:

  1) SqlStorage on PostgreSQL insertSession throws an exception if a session already exists
  2) SqlStorage on PostgreSQL replaceSession throws an exception if a session does not exist
  3) SqlStorage on SQLite insertSession throws an exception if a session already exists
  4) SqlStorage on SQLite replaceSession throws an exception if a session does not exist
2015-05-28 00:38:49 -03:00
Felipe Lessa
916de034ad Code from branch that lived on yesod's repo. 2015-05-22 23:34:24 -03:00