Sergey Prokhorov
|
6a37a4038a
Merge branch 'devel' into otp-25-compat
|
2 лет назад |
Andrew Mayorov
|
5dcaf9049f
chore: support blessed `format_status/1` callback
|
2 лет назад |
Sergey Prokhorov
|
958eb97d4f
`{active, N}` for SSL is only supported on OTP-21+
|
2 лет назад |
Sergey Prokhorov
|
f4a949a139
Make sure `socket_active` option can be used with any interface and mode
|
2 лет назад |
Sergey Prokhorov
|
37617f3905
Rename `get_os_pid` to `get_backend_pid`
|
3 лет назад |
Sergey Prokhorov
|
e723d1a7c4
Add `get_os_pid/1` function
|
3 лет назад |
Kian-Meng Ang
|
2619dbe3cf
Fix typos
|
3 лет назад |
Sergey Prokhorov
|
4ca60c4f71
Some tests involving TLS were unstable on CI on some Erlang versions
|
3 лет назад |
Sergey Prokhorov
|
036656a6ff
Remove travis, introduce github actions, add support for OTP-24
|
3 лет назад |
Sergey Prokhorov
|
e49af1581a
Test for epgsql:prepared_query/3 taking `#statement{}` as input
|
4 лет назад |
Sergey Prokhorov
|
2ab1610921
Add some tests for pipelining and mixed APIs on same connection
|
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
|
4ae561e5a1
Use timer:sleep instead of receive...after timout end in newly introduced tests, handle open_socket/x results better while cancelling the query
|
5 лет назад |
Enid Gjoleka
|
bfba4ea0d7
Use macro while testing and update README.md
|
5 лет назад |
Enid Gjoleka
|
f929e81f51
Add tests for verifying the proposed solution and fix discovered issues
|
5 лет назад |
Enid Gjoleka
|
9b8850ea29
Add test for making sure application_name is passed correctly to postgresql
|
5 лет назад |
Sergey Prokhorov
|
03c88ef368
Merge pull request #218 from seriyps/integer-overflow-guard
|
5 лет назад |
Sergey Prokhorov
|
5fcaf13b41
Add guards to not silently truncate integer when overflowed. Fixes #202
|
5 лет назад |
Sergey Prokhorov
|
2492e2d63e
Add `return` and `nulls` options to hstore codec
|
5 лет назад |
Sergey Prokhorov
|
9f6c725c30
Check `null` atom is not handled as NULL when not in `nulls`. #212
|
5 лет назад |
Sergey Prokhorov
|
29f0ff785d
Make it possible to configure NULL representation. Also fixes #193
|
5 лет назад |
Sergey Prokhorov
|
835bae1387
Fix describe(_, portal, _); add tests
|
5 лет назад |
Sergey Prokhorov
|
49cd98aa90
Merge pull request #209 from seriyps/execute-batch-3
|
5 лет назад |
Sergey Prokhorov
|
44d900b434
Introduce epgsql{a,i}:execute_batch/3
|
5 лет назад |
Sergey Prokhorov
|
c5ff24efcf
Add table metadata to #column{} record
|
5 лет назад |
Mikhail Kalashnikov
|
82fa70da02
fix range codecs
|
5 лет назад |
Uman Shahzad
|
5d20d8bf93
Add tests for custom json mod
|
5 лет назад |
Uman Shahzad
|
71774ccec7
Silence export_all warning if we're going to use it
|
5 лет назад |