Commit History

Author SHA1 Message Date
  Sergey Prokhorov 37617f3905 Rename `get_os_pid` to `get_backend_pid` 3 years ago
  Sergey Prokhorov e723d1a7c4 Add `get_os_pid/1` function 3 years ago
  Kian-Meng Ang 2619dbe3cf Fix typos 3 years ago
  Sergey Prokhorov 4ca60c4f71 Some tests involving TLS were unstable on CI on some Erlang versions 3 years ago
  Sergey Prokhorov 036656a6ff Remove travis, introduce github actions, add support for OTP-24 3 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 89d6140db4 Merge pull request #228 from enidgjoleka/handle-skipped-commands-in-batch 5 years ago
  Enid Gjoleka 1eebe39468 Do not construct a deep list for skipped commands but simply return {error, #error{}} and update README 5 years ago
  Enid Gjoleka 5b16d12ff2 Handle skipped commands in epgsql/a/i:execute_batch 5 years ago
  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 years ago
  Enid Gjoleka bfba4ea0d7 Use macro while testing and update README.md 5 years ago
  Enid Gjoleka f929e81f51 Add tests for verifying the proposed solution and fix discovered issues 5 years ago
  Enid Gjoleka 9b8850ea29 Add test for making sure application_name is passed correctly to postgresql 5 years ago
  Sergey Prokhorov 03c88ef368 Merge pull request #218 from seriyps/integer-overflow-guard 5 years ago
  Sergey Prokhorov 5fcaf13b41 Add guards to not silently truncate integer when overflowed. Fixes #202 5 years ago
  Sergey Prokhorov 2492e2d63e Add `return` and `nulls` options to hstore codec 5 years ago
  Sergey Prokhorov 9f6c725c30 Check `null` atom is not handled as NULL when not in `nulls`. #212 5 years ago
  Sergey Prokhorov 29f0ff785d Make it possible to configure NULL representation. Also fixes #193 5 years ago
  Sergey Prokhorov 835bae1387 Fix describe(_, portal, _); add tests 5 years ago
  Sergey Prokhorov 49cd98aa90 Merge pull request #209 from seriyps/execute-batch-3 5 years ago
  Sergey Prokhorov 44d900b434 Introduce epgsql{a,i}:execute_batch/3 5 years ago
  Sergey Prokhorov c5ff24efcf Add table metadata to #column{} record 5 years ago
  Mikhail Kalashnikov 82fa70da02 fix range codecs 5 years ago
  Uman Shahzad 5d20d8bf93 Add tests for custom json mod 5 years ago
  Uman Shahzad 71774ccec7 Silence export_all warning if we're going to use it 5 years ago
  Сергей Прохоров dff192c71b Handle ssl connection errors 6 years ago
  Сергей Прохоров e976a72644 Use different certificates for client and server 6 years ago
  Сергей Прохоров 8ecb406267 Update test certificates 6 years ago
  Сергей Прохоров 2c1f13d51f Handle all server errors. Fixes #182 6 years ago