packages feed

relational-query 0.5.0.0 → 0.5.0.1

raw patch · 2 files changed

+17/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ ChangeLog.md view
@@ -0,0 +1,15 @@+## 0.5.0.1++- Add this ChangeLog file.++## 0.5.0.0++- Prevent window function context expression from using normal SQL expressions.+- Generalize the result types of aggregate and window functions.+- Allow to embed a integer literal in SQL from Haskell Int type.+- Add SQL LIKE operators.+- Drop old deprecated functions. (fromMaybe', dense_rank, ...)+- Fix typo.+  https://github.com/khibino/haskell-relational-record/pull/15+- Fix for "invalid single-column insert syntax".+  https://github.com/khibino/haskell-relational-record/issues/16
relational-query.cabal view
@@ -1,5 +1,5 @@ name:                relational-query-version:             0.5.0.0+version:             0.5.0.1 synopsis:            Typeful, Modular, Relational, algebraic query engine description:         This package contiains typeful relation structure and                      relational-algebraic query building DSL which can@@ -18,6 +18,7 @@ category:            Database build-type:          Simple cabal-version:       >=1.10+extra-source-files:  ChangeLog.md  library   exposed-modules: