merlyn/server/utils/agents/aibitat/plugins/sql-agent
Roman Wu 78cbb06c57
Modify the PostgreSQL SQL connector to support querying tables from schemas other than the default public schema. (#4202)
* Add PostgreSQL schema support to SQL connector

- Add schema configuration option to PostgreSQL connector
- Update SQL queries to filter by specified schema
- Add schema input field to frontend connection modal (PostgreSQL only)
- Default to 'public' schema when no custom schema specified
- Add getQualifiedTableName() method for schema.table format

* Fix code formatting after linting

* Update Postgresql.js

* add back removal of ending curly brace

* Update Postgresql.js

* add back removal of ending curly brace (again?)

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-07-28 08:43:15 -07:00
..
SQLConnectors Modify the PostgreSQL SQL connector to support querying tables from schemas other than the default public schema. (#4202) 2025-07-28 08:43:15 -07:00
get-table-schema.js fix typo in agent debug logs 2024-07-03 14:02:33 -07:00
index.js Support SQL Agent skill (#1411) 2024-05-16 10:38:21 -07:00
list-database.js Support SQL Agent skill (#1411) 2024-05-16 10:38:21 -07:00
list-table.js fix typo in agent debug logs 2024-07-03 14:02:33 -07:00
query.js fix typo in agent debug logs 2024-07-03 14:02:33 -07:00