pgadmin4/web/pgadmin/browser
balodis 080fcc1cfb
Fix column ordering in unique/primary key constraint properties
The fromRaw formatter for the Columns field in unique constraint and
primary key properties used _.filter(allOptions, ...), which preserved
the order of allOptions (table column position) rather than the
constraint-defined column order from backendVal. Replaced with _.find
mapped over backendVal to preserve the correct constraint column order.

Added unit tests for cell and type formatter functions to verify
column ordering is preserved.
2026-02-23 17:11:38 +05:30
..
server_groups Fix column ordering in unique/primary key constraint properties 2026-02-23 17:11:38 +05:30
static Core LLM integration infrastructure to allow pgAdmin to connect to AI providers. #9641 2026-02-17 17:16:06 +05:30
templates/browser Copyright updated for 2026 2026-01-05 13:33:45 +05:30
tests Enhance OAUTH2 and OIDC authentication support with improved claims handling and configuration options 2026-01-19 16:06:25 +05:30
__init__.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
collection.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
register_browser_preferences.py Fix translation compilation. #9583 2026-02-18 11:09:06 +05:30
register_editor_preferences.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30
utils.py Copyright updated for 2026 2026-01-05 13:33:45 +05:30