Sergey Prokhorov
|
f4a949a139
Make sure `socket_active` option can be used with any interface and mode
|
2 лет назад |
Yury Yantsevich
|
d6f6f472cf
Add general socket_active option instead of using tcp_opts and ssl_opts, update docs
|
2 лет назад |
Yury Yantsevich
|
5894d3c04e
Support {active, N} on TCP and SSL sockets for replication streaming mode
|
2 лет назад |
Kian-Meng Ang
|
2619dbe3cf
Fix typos
|
3 лет назад |
Sergey Prokhorov
|
663bfc1c25
Replace travis badge with GitHub
|
3 лет назад |
Sergey Prokhorov
|
919f83b29a
Make dialyzer warn about use of unknown types; fix some occurences of such
|
3 лет назад |
Sergey Prokhorov
|
2ab1610921
Add some tests for pipelining and mixed APIs on same connection
|
4 лет назад |
Sergey Prokhorov
|
c5bef0ed54
Add `tcp_opts` connect option. Fixes #240
|
4 лет назад |
Sergey Prokhorov
|
89d6140db4
Merge pull request #228 from enidgjoleka/handle-skipped-commands-in-batch
|
5 лет назад |
Enid Gjoleka
|
1eebe39468
Do not construct a deep list for skipped commands but simply return {error, #error{}} and update README
|
5 лет назад |
Enid Gjoleka
|
5b16d12ff2
Handle skipped commands in epgsql/a/i:execute_batch
|
5 лет назад |
Enid Gjoleka
|
bfba4ea0d7
Use macro while testing and update README.md
|
5 лет назад |
Enid Gjoleka
|
ad14962224
Add application_name as an optional parameter while establishing a connection
|
5 лет назад |
Sergey Prokhorov
|
2b0eade4aa
Merge pull request #224 from seriyps/document-cancel
|
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 лет назад |
Sergey Prokhorov
|
8380908ade
Minor corrections
|
5 лет назад |
Sergey Prokhorov
|
4a39ece129
Document `epgsql:cancel/1`. Fixes #220
|
5 лет назад |
Sergey Prokhorov
|
2492e2d63e
Add `return` and `nulls` options to hstore codec
|
5 лет назад |
Sergey Prokhorov
|
003ccf2eb0
Move commands, codecs, replication docs into doc/ subdirectory
|
5 лет назад |
Sergey Prokhorov
|
2d1180a5ed
Mention default for `nulls` in README
|
5 лет назад |
Sergey Prokhorov
|
29f0ff785d
Make it possible to configure NULL representation. Also fixes #193
|
5 лет назад |
Sergey Prokhorov
|
49cd98aa90
Merge pull request #209 from seriyps/execute-batch-3
|
5 лет назад |
Sergey Prokhorov
|
04938dd3f9
Merge pull request #205 from seriyps/add-table-info-to-column
|
5 лет назад |
Sergey Prokhorov
|
62a14eb934
Fix spelling #209
|
5 лет назад |
Sergey Prokhorov
|
44d900b434
Introduce epgsql{a,i}:execute_batch/3
|
5 лет назад |
Sergey Prokhorov
|
8bdadf403d
Make it possible to provide `#statement{}` to `epgsql:prepared_query/3`
|
5 лет назад |
Sergey Prokhorov
|
c5ff24efcf
Add table metadata to #column{} record
|
5 лет назад |
Uman Shahzad
|
7e9199dec1
Minor fixes to wording
|
5 лет назад |
Uman Shahzad
|
9f194f0443
Add docs about custom json parser for json codec
|
5 лет назад |
Uman Shahzad
|
7fd4984067
Fix markdown lints in README
|
5 лет назад |