Support persistent 2.0.5

This commit is contained in:
Michael Snoyman 2014-09-21 21:34:09 +03:00
parent e1071c40b6
commit bcb620026f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: esqueleto
version: 2.0.1
version: 2.0.2
synopsis: Type-safe EDSL for SQL queries on persistent backends.
homepage: https://github.com/prowdsponsor/esqueleto
license: BSD3
@ -66,7 +66,7 @@ library
build-depends:
base >= 4.5 && < 4.8
, text >= 0.11 && < 1.2
, persistent >= 2.0.2 && < 2.1
, persistent >= 2.0.5 && < 2.1
, transformers >= 0.2
, unordered-containers >= 0.2
, tagged >= 0.2

View File

@ -970,8 +970,8 @@ instance PersistEntity a => SqlSelect (SqlExpr (Entity a)) (Entity a) where
where
process ed = uncommas $
map ((name <>) . fromDBName info) $
(sqlIdName ed:) $
map fieldDB $
entityId ed :
entityFields ed
-- 'name' is the biggest difference between 'RawSql' and
-- 'SqlSelect'. We automatically create names for tables