mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-06 04:16:21 +03:00
Ver bump up.
This commit is contained in:
parent
b4f184b555
commit
f972901a91
@ -1,3 +1,10 @@
|
|||||||
|
<!-- -*- Markdown -*- -->
|
||||||
|
|
||||||
|
## 0.6.4.0
|
||||||
|
|
||||||
|
- Fix around correlated sub-queries.
|
||||||
|
- Update unit-test cases.
|
||||||
|
|
||||||
## 0.6.3.0
|
## 0.6.3.0
|
||||||
|
|
||||||
- Add Int8 type as SQL constant int value. (e.g. MySQL)
|
- Add Int8 type as SQL constant int value. (e.g. MySQL)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: relational-query
|
name: relational-query
|
||||||
version: 0.6.3.0
|
version: 0.6.4.0
|
||||||
synopsis: Typeful, Modular, Relational, algebraic query engine
|
synopsis: Typeful, Modular, Relational, algebraic query engine
|
||||||
description: This package contiains typeful relation structure and
|
description: This package contiains typeful relation structure and
|
||||||
relational-algebraic query building DSL which can
|
relational-algebraic query building DSL which can
|
||||||
|
Loading…
Reference in New Issue
Block a user