Nikita Volkov
173a5f8ae2
Set the version to 1.4.0.1
2019-11-06 02:29:15 +03:00
Nikita Volkov
084e392672
Add a refence to docs
2019-11-06 02:29:15 +03:00
Nikita Volkov
aea1fa6a39
Add a tutorial link
2019-11-04 17:25:36 +03:00
Nikita Volkov
afe46b1a0b
Update README.md
2019-06-28 22:12:24 +03:00
Nikita Volkov
482ed6a3f7
Correct the docs
2019-05-28 12:10:12 +03:00
Nikita Volkov
b6b8b56e94
Add a notion of "hasql-implicits" in README
2019-05-28 09:33:11 +03:00
Nikita Volkov
956bde980c
Redesign the codecs, updating the docs
2019-05-28 09:30:13 +03:00
Nikita Volkov
6e45f9f4d7
Add the IN and NOT IN recipe
2019-05-27 20:44:00 +03:00
Nikita Volkov
de0e34b62e
Add notices about multidimensional arrays
2019-05-27 20:43:46 +03:00
Nikita Volkov
3fcbcb23ba
Add a Contravariant instance for Array encoder
2019-05-26 18:05:59 +03:00
Nikita Volkov
d7d80ede8e
Correct the docs
2019-05-26 18:00:26 +03:00
Nikita Volkov
0724f75e67
Add a mention of "hasql-dynamic-statements"
2019-05-26 12:22:56 +03:00
Nikita Volkov
d066d4fe3d
Set the version to 1.4
2019-05-24 09:18:17 +03:00
Nikita Volkov
16d8b783ae
Update the links to other projects
2019-05-23 21:37:13 +03:00
Nikita Volkov
5f51693e75
Correct the docs
2019-05-22 21:50:59 +03:00
Nikita Volkov
ba6625b725
Update README in accordance to the new API
2019-05-22 10:46:42 +03:00
Nikita Volkov
ab3783f2eb
Update the links to other projects
2019-05-22 10:46:22 +03:00
Nikita Volkov
2523464e20
Overhaul the codecs API
2019-05-21 21:44:23 +03:00
Nikita Volkov
9ebf5593ce
Correct the docs
2019-05-21 21:37:28 +03:00
Nikita Volkov
5c260f9b50
Correct the docs
2019-05-21 21:36:29 +03:00
Nikita Volkov
3b6af08a28
Add shortcut array decoders
2019-05-21 21:34:20 +03:00
Nikita Volkov
296de5498b
Correct the grammar in docs
2019-05-21 21:34:01 +03:00
Nikita Volkov
37002e6530
Update the signature of "foldableArray"
2019-05-21 21:23:06 +03:00
Nikita Volkov
5fc68b7d92
Rearrange the encoders
2019-05-21 21:20:31 +03:00
Nikita Volkov
799fbca0ed
Add "foldableArray" encoder
2019-05-21 21:18:22 +03:00
Nikita Volkov
38e80351e6
Correct the docs
2019-05-21 18:51:53 +03:00
Nikita Volkov
872808e963
Correct the docs
2019-05-21 14:56:53 +03:00
Nikita Volkov
a1ead0ed62
Ditch foldableDimension
2019-05-21 13:29:00 +03:00
Nikita Volkov
db4261ddb5
Rename unit to noResult
2019-05-21 13:25:22 +03:00
Nikita Volkov
8f78014876
Correct the docs
2019-05-21 13:22:07 +03:00
Nikita Volkov
5b258ae53a
Ditch Primitive from encoders
...
That's for consistency with decoders, and decoders can't have this separation without introducing too much complexity. That's so because of there existing a support for composite types, which may consist of arrays and arrays may consist of composites.
2019-05-21 12:59:50 +03:00
Nikita Volkov
51e0568b75
Add array roundtrip tests
2019-05-21 08:49:47 +03:00
Nikita Volkov
590be494bc
Redesign decoders
2019-05-21 01:20:57 +03:00
Nikita Volkov
68339eeabe
Ditch the coersion of encoders
2019-05-20 19:27:17 +03:00
Nikita Volkov
19345cf624
Redesign the encoders
2019-05-20 19:24:27 +03:00
Nikita Volkov
9eee8c990b
Ditch the integration with "default"
2019-05-20 15:02:17 +03:00
Nikita Volkov
2b530025b7
Update the formatting in Cabal
2019-05-20 14:57:05 +03:00
Nikita Volkov
27bbccbaf0
Set the version to 1.3.0.6
2019-05-20 14:48:18 +03:00
Nikita Volkov
69c6d27ca4
Relax the "hashable" dep
2019-05-11 12:12:42 +03:00
Nikita Volkov
583e91524a
Set the version to 1.3.0.5
2019-04-23 19:06:17 +03:00
Nikita Volkov
b3eba13de9
Merge pull request #110 from rl-king/update-encoders-example
...
Update Encoders introduction example
2019-04-23 11:48:16 +03:00
rl-king
c86d7a3b58
Update Encoders introduction example
2019-04-23 07:28:32 +02:00
Nikita Volkov
a923ff676e
Merge pull request #109 from rl-king/update-array-example
...
Rename `value` -> `param` in Encoders Array docs example
2019-04-14 20:54:53 +03:00
rl-king
ad42b4e42a
Rename value
-> param
2019-04-14 16:50:22 +02:00
Nikita Volkov
115e9ff7e3
Update README.md
2019-02-14 10:36:43 +03:00
Nikita Volkov
3555318732
Update Travis
2019-02-13 13:53:48 +03:00
Nikita Volkov
bd8df81bfa
Update the package description
2019-01-21 08:58:32 +03:00
Nikita Volkov
8e8ce2f32e
Merge branch 'pr/100'
...
* pr/100:
Revert some changes and change the example
hasql.cabal: also build-depend on markdown-unlit
Add tested README getting started example
2018-09-15 18:31:45 +03:00
Nikita Volkov
c1cfb3c68e
Revert some changes and change the example
2018-09-15 18:31:38 +03:00
Domen Kožar
c68c10332d
hasql.cabal: also build-depend on markdown-unlit
2018-09-03 11:28:12 +01:00