Commit Graph

706 Commits

Author SHA1 Message Date
Nikita Volkov
06b465a92a Set the version to 1.4.4 2020-06-13 13:23:09 +03:00
Nikita Volkov
736652c354 Restore the old code, giving a comparison with hasql-th 2020-06-07 11:40:52 +03:00
Nikita Volkov
809604683f Set the version to 1.4.3 2020-05-30 11:44:35 +03:00
Nikita Volkov
0fe7f0ccd7 Avoid crashing on absent code or message (#119) 2020-05-30 11:43:14 +03:00
Nikita Volkov
be03e83b01
Merge pull request #129 from k0001/fail-row
Add MonadFail instance for Row
2020-05-12 16:35:36 +03:00
Renzo Carbonara
2c9c2377e1 Add MonadFail instance for Row 2020-05-09 18:58:37 +03:00
Nikita Volkov
46b836796e Ditch mapLeft 2020-04-08 21:08:19 +03:00
Nikita Volkov
e6ffbb62c2 Set the version to 1.4.2 2020-03-21 20:54:48 +03:00
Nikita Volkov
f578165491 Add refineResult 2020-03-21 20:54:13 +03:00
Nikita Volkov
3de214198a Fix the compatibility issues in benchmarks and tests 2020-03-21 20:48:16 +03:00
Nikita Volkov
8facbbdb32
Merge pull request #127 from diogob/add-hasql-notifications-to-readme
Add link to hasql-notifications to README
2020-03-19 09:04:41 +03:00
Diogo Biazus
9d43aa2b2e
Add link to hasql-notifications to README 2020-03-17 19:02:31 -04:00
Nikita Volkov
b28f88ebad
Merge pull request #123 from jfischoff/master
Add an Exception instance to QueryError #122
2020-02-18 09:05:29 +03:00
Jonathan Fischoff
63f225834e Add an Exception instance to QueryError #122 2020-02-17 09:25:18 -08:00
Nikita Volkov
0dd388b29d Correct the demo 2020-01-28 21:31:23 +03:00
Nikita Volkov
b8eb8443ee Set the version to 1.4.1 2020-01-22 09:22:51 +03:00
Nikita Volkov
d07d7a20f1 Add "refine" decoder 2020-01-22 09:22:21 +03:00
Nikita Volkov
0f6b788fb5 Sync with "master" 2020-01-22 09:21:36 +03:00
Nikita Volkov
b629be8cb4 Extend the readme 2019-12-04 15:48:51 +03:00
Nikita Volkov
233051f057 Update the docs on transaction 2019-12-04 12:35:42 +03:00
Nikita Volkov
667cc26562 Promote Hasql TH 2019-12-04 12:33:11 +03:00
Nikita Volkov
8db9acead2 Update Travis 2019-11-07 15:23:16 +03:00
Nikita Volkov
eea436f7c5 Update Travis 2019-11-07 02:38:02 +03:00
Nikita Volkov
ffe07b9a76 Downgrade the test-suite due to non-building deps for GHC 8.8 2019-11-07 01:08:12 +03:00
Nikita Volkov
0bd1529615 Update Travis 2019-11-07 00:15:04 +03:00
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