Sergey Prokhorov
|
a81099ddd8
epgsql_command callback `execute` can return `send` or `send_multi`
|
4 лет назад |
Sergey Prokhorov
|
c5bef0ed54
Add `tcp_opts` connect option. Fixes #240
|
4 лет назад |
Enid Gjoleka
|
6b166f500c
Use the correct variable while sending the request to pgsql
|
5 лет назад |
Enid Gjoleka
|
0709950aef
Filter sensitive info from connection_opts prior to setting it into the epgsql_sock state
|
5 лет назад |
Enid Gjoleka
|
eef6c70719
Fix dialyzer issues
|
5 лет назад |
Enid Gjoleka
|
f929e81f51
Add tests for verifying the proposed solution and fix discovered issues
|
5 лет назад |
Enid Gjoleka
|
dac4653b21
Refactor epgsql_cmd_connect to allow other parts of the source code to make use of the newly introduced fun, open_socket
|
5 лет назад |
Enid Gjoleka
|
ad14962224
Add application_name as an optional parameter while establishing a connection
|
5 лет назад |
Enid Gjoleka
|
50f0c4e134
Use deprecated unit_time, milli_seconds, to support otp-18, return back {error, Reason} from gen_tcp:recv rather than badmatch
|
5 лет назад |
Enid Gjoleka
|
b47f9cb88f
Do not re-use the same connection timeout in several consequitive functions during epgsql_cmd_connect:connect/x
|
5 лет назад |
Sergey Prokhorov
|
a27772a60a
Cleanup edocs. Fixes #213
|
5 лет назад |
Sergey Prokhorov
|
29f0ff785d
Make it possible to configure NULL representation. Also fixes #193
|
5 лет назад |
Lars Hesel Christensen
|
5bad16d2ef
Fix typo
|
5 лет назад |
Сергей Прохоров
|
dff192c71b
Handle ssl connection errors
|
6 лет назад |
Сергей Прохоров
|
2c1f13d51f
Handle all server errors. Fixes #182
|
6 лет назад |
Sergey Prokhorov
|
2cf7fbe89a
Refactor connect command API and password obfuscation
|
6 лет назад |
Sergey Prokhorov
|
b0aca87b75
Dont let passwords leak through crash logs
|
6 лет назад |
Сергей Прохоров
|
f406a18ba0
Drop R16 support; use maps as internal options datastructure
|
7 лет назад |
Сергей Прохоров
|
86fe6854a5
Fix nonce generation code; minor fixes
|
7 лет назад |
Сергей Прохоров
|
b92065eccc
Cleanup #142
|
7 лет назад |
Сергей Прохоров
|
f6e8accc32
SCRAM-SHA-256 auth method prototype. #142
|
7 лет назад |
Сергей Прохоров
|
fac836e1b1
Cleanup + docstrings
|
7 лет назад |
Сергей Прохоров
|
566060dc00
Fix dialyzer errors. #109
|
7 лет назад |
Сергей Прохоров
|
8f946c1ac5
Pluggable datatypes prototype. Fixes #109
|
7 лет назад |
Сергей Прохоров
|
40ac51a092
Stop gracefuly in case of gen_tcp:connect error
|
7 лет назад |
Сергей Прохоров
|
98a32b3479
Move 'epgsql_binary.hrl' back to 'include/' as 'protocol.hrl'
|
7 лет назад |
Сергей Прохоров
|
5d70848dbd
Introduce 'epgsql_command' concept
|
7 лет назад |