Commit Graph

184 Commits

Author SHA1 Message Date
Anton Gushcha
fda5e3b70c
Merge pull request #23 from quetz/time
pgtype time support
2019-01-29 11:11:44 +03:00
Anton Gushcha
883b4080a0
Merge pull request #22 from quetz/master
build with ghc-8.6.3 + tests fix
2019-01-29 11:09:25 +03:00
qz
2c1beb4275 pgtype timetz support (assume UTC) 2019-01-29 10:58:37 +03:00
qz
5981e2cc43 pgtype time support 2019-01-29 09:05:04 +03:00
qz
f2ea8b7687 char type allows only 7bit values, tests for char encode/decode fixed 2019-01-24 10:11:59 +03:00
qz
96f9f1eba1 tests fix, removed builds for 7.10 / 8.0, pg 10, travis xenial base image 2019-01-24 06:51:04 +03:00
qz
14af3ff31f travis env for 8.2/8.4/8.6 2019-01-24 01:49:38 +03:00
qz
1a8c40e505 build for 8.2.2 & 8.4.4 with cpp 2019-01-24 01:43:06 +03:00
qz
2a10e6c21a build with ghc-8.6.3 2019-01-24 01:02:26 +03:00
VyacheslavHashov
3246c201fd Added ghc7.10.3 on CI 2017-07-13 17:54:14 +03:00
VyacheslavHashov
856616005e Refactor Driver directory 2017-07-13 17:04:30 +03:00
VyacheslavHashov
1b89885392 Refactor Protoc directory 2017-07-13 16:20:23 +03:00
VyacheslavHashov
1ba93bd6c4 Fixed benchmark 2017-07-13 15:12:22 +03:00
VyacheslavHashov
940cf38f9c Change ByteString to Encode in Bind message 2017-07-13 14:57:23 +03:00
VyacheslavHashov
a2536fd5f4 Changed Vector to [] in Query and client messages 2017-07-13 14:38:05 +03:00
VyacheslavHashov
2071eff1fc QuickCheck test for encoding bool and double 2017-07-13 14:21:46 +03:00
VyacheslavHashov
277f0d2abf Decoding benchmark 2017-07-13 02:10:24 +03:00
VyacheslavHashov
bddf64d07c Encoding benchmark 2017-07-13 00:06:46 +03:00
VyacheslavHashov
3b6c72ec24 Binary file for loop benchmark 2017-07-12 22:44:07 +03:00
VyacheslavHashov
4d123e9d2a benchmarks as cli command 2017-07-12 05:56:38 +03:00
VyacheslavHashov
defecb8103 Fixed rawReceive 2017-07-12 02:04:15 +03:00
VyacheslavHashov
2072ede0a6 Tests connection remains valid after PostgresError 2017-07-12 00:44:49 +03:00
VyacheslavHashov
2205b17dd0 Sending Terminate when closing connection 2017-07-12 00:36:18 +03:00
VyacheslavHashov
630d90090b Removed safe library from dependencies 2017-07-11 23:50:02 +03:00
VyacheslavHashov
c06fe27ac9 More smart receiver buffer 2017-07-11 23:48:34 +03:00
VyacheslavHashov
1b0b59ddaa PostgreSQL 9.6 on CI 2017-07-11 06:23:13 +03:00
VyacheslavHashov
ddae86b8d0 Refactor numeric tests 2017-07-11 06:13:00 +03:00
VyacheslavHashov
da8150edcc QuickCheck tests for date/time types and numeric 2017-07-11 05:10:54 +03:00
VyacheslavHashov
8b7741f678 QuickCheck tests for existing codecs 2017-07-06 21:37:47 +03:00
Vyacheslav Hashov
b1d58b5bad Bump store-core version 2017-07-04 22:56:05 +03:00
Leonid Onokhov
c7d6e5afcd Export TlsMode constructor and fix test build 2017-07-04 19:04:20 +00:00
Leonid Onokhov
502d05b867 Bump store version 2017-07-04 19:04:15 +00:00
VyacheslavHashov
9b93cc34a0 Base encoders 2017-03-03 05:14:52 +03:00
VyacheslavHashov
a0d12906c5 Improved Encode type 2017-03-03 03:04:31 +03:00
VyacheslavHashov
856d839a7c Unfinished decoder for Numeric 2017-03-02 23:20:40 +03:00
VyacheslavHashov
5a5dbbd5d0 Changed Int to Word in codecs 2017-03-02 22:16:37 +03:00
VyacheslavHashov
ff56dec5f4 Changed Int to Word in protocol types 2017-03-02 22:04:44 +03:00
VyacheslavHashov
30c0ad815b Decoder for UUID 2017-03-02 05:04:55 +03:00
VyacheslavHashov
b286f3cfe5 Decoders for interval 2017-03-02 04:51:56 +03:00
VyacheslavHashov
9f2ea70bc3 Decoders for date/time fields 2017-03-02 03:59:24 +03:00
VyacheslavHashov
b282a18bb4 Base decoders for Time 2017-03-02 02:20:18 +03:00
VyacheslavHashov
6233dcf0a9 Oids for builtin pg types 2017-03-01 21:42:03 +03:00
VyacheslavHashov
1c63283fd4 Some refactorins decoders 2017-03-01 19:55:48 +03:00
VyacheslavHashov
85fb669e5b Moved out high-lever from bench and tests 2017-03-01 19:31:42 +03:00
VyacheslavHashov
d4cb44390a Moved out high-level decoders 2017-03-01 19:27:20 +03:00
VyacheslavHashov
3afc091938 High-lever prototype for decoders 2017-03-01 03:37:27 +03:00
VyacheslavHashov
7427f65cda Benchmark for decoding DataRows 2017-02-25 22:43:32 +03:00
VyacheslavHashov
6e0568347c DataRows decoder 2017-02-25 21:52:11 +03:00
VyacheslavHashov
7681fe2d8f More useful DataRows 2017-02-25 20:40:36 +03:00
VyacheslavHashov
5bd2b342e3 Moved Parser to separate module 2017-02-25 19:45:12 +03:00