Merge branch 'master' into explode-from-gadt
This commit is contained in:
commit
9d1550b8b1
@ -1,5 +1,5 @@
|
|||||||
3.4.1.0
|
3.4.1.0
|
||||||
=======
|
=======-
|
||||||
- @belevy
|
- @belevy
|
||||||
- [#228](https://github.com/bitemyapp/esqueleto/pull/228)
|
- [#228](https://github.com/bitemyapp/esqueleto/pull/228)
|
||||||
- Destroy all GADTs; Removes the From GADT and SqlExpr GADT
|
- Destroy all GADTs; Removes the From GADT and SqlExpr GADT
|
||||||
@ -9,6 +9,10 @@
|
|||||||
that may be needed
|
that may be needed
|
||||||
- Experimental top level is now strictly for documentation and all the
|
- Experimental top level is now strictly for documentation and all the
|
||||||
implementation details are in Experimental.* modules
|
implementation details are in Experimental.* modules
|
||||||
|
- @Vlix
|
||||||
|
- [#232](https://github.com/bitemyapp/esqueleto/pull/232)
|
||||||
|
- Export the `ValidOnClauseValue` type family
|
||||||
|
|
||||||
|
|
||||||
3.4.0.1
|
3.4.0.1
|
||||||
=======
|
=======
|
||||||
|
|||||||
@ -48,6 +48,7 @@ module Database.Esqueleto.Experimental
|
|||||||
, ToAliasReference(..)
|
, ToAliasReference(..)
|
||||||
, ToAliasReferenceT
|
, ToAliasReferenceT
|
||||||
, ToSetOperation(..)
|
, ToSetOperation(..)
|
||||||
|
, ValidOnClauseValue
|
||||||
-- * The Normal Stuff
|
-- * The Normal Stuff
|
||||||
|
|
||||||
, where_
|
, where_
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user