pgadmin4/web
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
..
migrations Core LLM integration infrastructure to allow pgAdmin to connect to AI providers. #9641 2026-02-17 17:16:06 +05:30
pgacloud Copyright updated for 2026 2026-01-05 13:33:45 +05:30
pgadmin Fix column ordering in unique/primary key constraint properties 2026-02-23 17:11:38 +05:30
regression Fix column ordering in unique/primary key constraint properties 2026-02-23 17:11:38 +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 Core LLM integration infrastructure to allow pgAdmin to connect to AI providers. #9641 2026-02-17 17:16:06 +05:30
jest.config.js Core LLM integration infrastructure to allow pgAdmin to connect to AI providers. #9641 2026-02-17 17:16:06 +05:30
package.json Pin ESLint to 9.39.2 as 10.0.0 not working. 2026-02-18 17:19:05 +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 Update version for release v9.12 2026-02-02 12:24:51 +05:30
webpack.config.js Core LLM integration infrastructure to allow pgAdmin to connect to AI providers. #9641 2026-02-17 17:16:06 +05:30
webpack.shim.js Core LLM integration infrastructure to allow pgAdmin to connect to AI providers. #9641 2026-02-17 17:16:06 +05:30
yarn.lock Pin ESLint to 9.39.2 as 10.0.0 not working. 2026-02-18 17:19:05 +05:30