haskell-relational-record/relational-query/ChangeLog.md

34 lines
857 B
Markdown
Raw Normal View History

2015-07-09 11:22:09 +03:00
## 0.5.1.1
- Update documentation.
2015-06-25 17:08:47 +03:00
## 0.5.1.0
- Add the arrow combinator module and its unit-test cases.
2015-06-21 11:43:20 +03:00
## 0.5.0.3
- Update unit-test cases.
- Add the fixity of `over` operator.
- Avoid an `a future Prelude name' warning.
2015-06-16 02:44:09 +03:00
## 0.5.0.2
- Switch libraries to use from test-suites not to depend on Cabal library.
2015-06-05 15:06:08 +03:00
## 0.5.0.1
- Add this ChangeLog file.
2015-06-05 04:36:45 +03:00
## 0.5.0.0
2015-06-05 15:04:34 +03:00
- 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
2015-06-05 04:36:45 +03:00
- Fix for "invalid single-column insert syntax".
https://github.com/khibino/haskell-relational-record/issues/16