pgadmin4/web
Jørgen H. Fjeld 402ddafa2a
Fix sslsni boolean to integer conversion for libpq compatibility
The sslsni connection parameter was being stored as a boolean (true/false)
in the database, but libpq expects integer values (1/0) for this parameter.
When a boolean value was passed to libpq, it resulted in SSL connection
failures with 'unexpected eof while reading' errors.

This fix converts boolean connection parameters (sslcompression, sslsni) to
integers when creating the connection string in server_manager.py, ensuring
libpq receives the expected integer format.

Fixes connection issues when using PGSSLSNI=1 with PostgreSQL 14+ servers.
2026-01-14 12:31:36 +05:30
..
migrations Upgrade ID column in the database table to BigInteger to support large OID values. #9223 2026-01-08 18:38:02 +05:30
pgacloud Copyright updated for 2026 2026-01-05 13:33:45 +05:30
pgadmin Fix sslsni boolean to integer conversion for libpq compatibility 2026-01-14 12:31:36 +05:30
regression Copyright updated for 2026 2026-01-05 13:33:45 +05:30
.editorconfig
.eslintrc.js Copyright updated for 2026 2026-01-05 13:33:45 +05:30
.yarnrc.yml Revert yarnrc.yml and yarn.lock 2024-01-24 18:55:32 +05:30
babel.cfg Update message catalog. 2022-04-01 17:22:16 +05:30
babel.config.json Migrate pgAdmin UI to use React 19. #8676 2025-10-24 08:26:10 +05:30
branding.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
config.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
jest.config.js - Rebase pgadmin-org/react-data-grid fork to latest. 2025-10-27 10:45:36 +05:30
package.json Updated Javascript dependencies. 2026-01-05 16:42:52 +05:30
pgAdmin4.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
pgAdmin4.wsgi Copyright updated for 2026 2026-01-05 13:33:45 +05:30
setup.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
version.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
webpack.config.js Optimize checkbox selection logic in backup dialog objects tree. #9110 2026-01-05 16:18:57 +05:30
webpack.shim.js Optimize checkbox selection logic in backup dialog objects tree. #9110 2026-01-05 16:18:57 +05:30
yarn.lock Updated Javascript dependencies. 2026-01-05 16:42:52 +05:30