Commit Graph

575 Commits

Author SHA1 Message Date
Nikita Volkov
05ced1a711 Add a failing test on array of composites 2022-10-15 12:54:25 +03:00
Nikita Volkov
ad652549a1 Bump 2022-09-28 13:04:16 +03:00
Nikita Volkov
c90f331e17
Merge pull request #151 from jkachmar/patch-1
Relax lower bound on hashtables
2022-09-28 13:03:48 +03:00
jkachmar
5fb8cf278e
Relax lower bound on hashtables 2022-09-27 18:38:19 -04:00
Nikita Volkov
a5d4b702e6 Implement composite encoder 2022-09-25 16:13:02 +03:00
Nikita Volkov
75ffa3f13c Format 2022-09-25 15:28:34 +03:00
Nikita Volkov
9e57753e33 Update summary and status 2022-09-20 15:49:47 +03:00
Nikita Volkov
bb2a7d1769 Move to postgresql-binary without the Data module 2022-09-17 13:17:57 +03:00
Nikita Volkov
554f097702 Bump 2022-09-17 11:53:33 +03:00
Nikita Volkov
fcadfbee3e Move to explicit references to data-types
In attempt to avoid Haddock redirecting to postgresql-binary for type signatures.
2022-09-17 11:53:13 +03:00
Nikita Volkov
ef5bb2f58a Fix the build 2022-09-08 14:13:37 +03:00
Nikita Volkov
3220655db9 Add lazy variations of bytestring json encoders
Addresses #149.
2022-09-07 21:53:39 +03:00
Nikita Volkov
67e2034f08 Remove the stack files
Since this is a library project and is supposed to compile against a range of dependencies.
2022-09-07 21:46:28 +03:00
Nikita Volkov
dbbcc7d8ad Bump 2022-07-20 22:57:02 +03:00
Nikita Volkov
dfd8fe27c5 Update the changelog 2022-07-20 22:56:43 +03:00
Nikita Volkov
81381301dc Bump and update the changelog 2022-07-20 22:47:12 +03:00
Nikita Volkov
e7cf3a2de9 Add error position 2022-07-20 22:46:02 +03:00
Nikita Volkov
f4407e120e Bump 2022-07-20 22:37:55 +03:00
Nikita Volkov
fab38ac101 Add handling of EmptyQuery status 2022-07-20 22:37:47 +03:00
Nikita Volkov
55a4564abc Add handling of empty query response 2022-07-20 22:22:38 +03:00
Nikita Volkov
9276d7e298 Add error position 2022-07-07 10:47:11 +03:00
Nikita Volkov
cf6458fe76 Format 2022-07-07 10:42:48 +03:00
Nikita Volkov
d6ed4e61a9 Bump 2022-06-30 11:04:18 +03:00
Nikita Volkov
0f8a24a682 Add a warning 2022-06-30 11:03:55 +03:00
Nikita Volkov
0dda3e587a Allow vector-0.13 2022-06-20 13:55:18 +03:00
Nikita Volkov
b64a7015a1 Format with ormolu 2022-06-20 13:55:04 +03:00
Nikita Volkov
e2852d42fb Bump 2022-06-20 13:54:07 +03:00
Nikita Volkov
6b40eec82a Bump 2022-05-30 12:27:52 +03:00
Nikita Volkov
ea1161dfa5 Bump deps 2022-05-30 12:25:51 +03:00
Nikita Volkov
7430eae90e Fix docs 2022-05-30 12:25:40 +03:00
Nikita Volkov
f105af3238 Bump 2022-02-10 12:45:16 +03:00
Nikita Volkov
0d5fe2ea91 Correct docs 2022-02-10 12:44:58 +03:00
Nikita Volkov
d4dcb4f627 Add changelog and readme to extra-source-files 2022-01-03 16:40:55 +03:00
Nikita Volkov
b581b5a523 Allow text-2 2022-01-03 16:38:38 +03:00
Nikita Volkov
c2f0b406af Bump 2022-01-03 16:37:04 +03:00
Nikita Volkov
44d2925c7a Add changelog 2022-01-03 16:36:53 +03:00
Nikita Volkov
5db8a5c176 Allow newer transformers 2022-01-03 16:33:41 +03:00
Nikita Volkov
b59db53aa2 Bump 2022-01-02 19:30:36 +03:00
Nikita Volkov
128026e416 Add MonadReader 2022-01-02 19:27:38 +03:00
Nikita Volkov
4ca01dd411 Update stack 2022-01-02 19:24:28 +03:00
Nikita Volkov
97ed9970b2
Merge pull request #143 from guaraqe/master
Add column to RowError
2021-12-12 23:26:02 +03:00
guaraqe
9d186f5e8c Add column index to RowError constructor 2021-12-12 21:02:25 +05:00
Nikita Volkov
9931a98a26 Bump the version 2021-11-02 10:27:05 +03:00
Nikita Volkov
7f1c0cfb9b Revert "Migrate to new text-builder"
This reverts commit d9bf8c8cea.
2021-11-02 10:26:35 +03:00
Nikita Volkov
f499590a16
Merge pull request #141 from vdukhovni/bytestring-deprecations
Deal with removed deprecated ByteString modules
2021-11-02 10:13:28 +03:00
Viktor Dukhovni
0a1eef918c Deal with removed deprecated ByteString modules
The ByteString 0.11 package included with GHC 9.2 droppped a few
long deprecated modules and functions.
2021-11-01 16:12:33 -04:00
Nikita Volkov
d9bf8c8cea Migrate to new text-builder 2021-10-22 04:13:52 +03:00
Nikita Volkov
623a1ccf3b Correct a doc 2021-10-22 04:09:06 +03:00
Nikita Volkov
c9baa43137 Bump the version 2021-09-17 10:56:52 +03:00
Nikita Volkov
f3cc8542ca Fix the strictness of the foldl decoder (#140) 2021-09-17 10:56:29 +03:00