Sergey Prokhorov
|
d90b631497
Merge pull request #257 from enidgjoleka/do-not-format-state-on-abnormal-epgsql_sock-termination
|
4 years ago |
Enid Gjoleka
|
b333850828
Do not format rows from the epgsql_sock state whenever the process terminates abnormally
|
4 years ago |
Sergey Prokhorov
|
f811a09926
Merge pull request #255 from seriyps/fix-otp-version-detect-macro
|
4 years ago |
Sergey Prokhorov
|
af4646317f
Fix `-if(?OTP_RELEASE)` (was missing question mark)
|
4 years ago |
Sergey Prokhorov
|
74b3277034
Merge pull request #251 from fcristovao/patch-1
|
4 years ago |
Filipe Cristóvão
|
3c14c5fd77
Add ebin/ to the list of ignored directories
|
4 years ago |
Sergey Prokhorov
|
be1c05d320
Merge pull request #244 from seriyps/pipelined-and-mixed-api-tests
|
4 years ago |
Sergey Prokhorov
|
e013266047
Merge pull request #248 from seriyps/copy-from-stdin
|
4 years ago |
Sergey Prokhorov
|
37f8797973
Minor fixes and optimization from review. GH-137
|
4 years ago |
Sergey Prokhorov
|
5005e053c1
Fix compatibility with older OTP
|
4 years ago |
Sergey Prokhorov
|
70149c63ab
Implement binary format of `COPY .. FROM STDIN`. GH-137
|
4 years ago |
Sergey Prokhorov
|
ca40d81537
Add more tests; cleanup the way we handle errors in COPY data. GH-137
|
4 years ago |
Sergey Prokhorov
|
c173985acd
Working basic "copy .. from stdin .." for text/csv protocols. GH-137
|
4 years ago |
Sergey Prokhorov
|
a95f0e122f
Move more common `handle_call` / `handle_cast` clauses higher
|
4 years ago |
Sergey Prokhorov
|
a9689fde93
Merge pull request #249 from seriyps/lint-0.2.0
|
4 years ago |
Sergey Prokhorov
|
c7562395e2
Stick to rebar3_lint 0.2.0
|
4 years ago |
Sergey Prokhorov
|
95b02f2966
Bump version to 4.5.0
|
4 years ago |
Sergey Prokhorov
|
e49af1581a
Test for epgsql:prepared_query/3 taking `#statement{}` as input
|
4 years ago |
Sergey Prokhorov
|
2ab1610921
Add some tests for pipelining and mixed APIs on same connection
|
4 years ago |
Sergey Prokhorov
|
11d4321b8c
Merge pull request #243 from seriyps/command-api-improvements
|
4 years ago |
Sergey Prokhorov
|
fe2e383432
optimization: hardcoded `EXECUTE` for most common case
|
4 years ago |
Sergey Prokhorov
|
e1e29945b6
Don't use parameterized type (some problems with OTP18)
|
4 years ago |
Sergey Prokhorov
|
b493ec70c9
Add helpers to encode Client->Server packets to epgsql_wire
|
4 years ago |
Sergey Prokhorov
|
a81099ddd8
epgsql_command callback `execute` can return `send` or `send_multi`
|
4 years ago |
Sergey Prokhorov
|
50d2b402f7
Merge pull request #242 from seriyps/add-tcp_opts
|
4 years ago |
Sergey Prokhorov
|
afe818d7fa
Fix rebar version to 3.13.2 for compatibility with OTP-18
|
4 years ago |
Sergey Prokhorov
|
c5bef0ed54
Add `tcp_opts` connect option. Fixes #240
|
4 years ago |
Sergey Prokhorov
|
80d6b0eb43
Merge pull request #239 from galdor/switch-to-crypto-mac
|
4 years ago |
Nicolas Martyanoff
|
67ee08f781
switch to crypto:mac/4 since crypto:hmac/3 is deprecated
|
4 years ago |
Sergey Prokhorov
|
5b9869df3a
Merge pull request #237 from galdor/otp-23
|
4 years ago |