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
Sean Hatfield
49ea545d7f
SQL preflight connection validation ( #4150 )
...
* wip sql connection string validation
* handle failed sql connections in frontend
* sql preflight connection validation on modal save
* revert unneeded be/fe changes
* linting, form updates
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-07-16 09:02:39 -07:00
Timothy Carambat
15cf921616
Support SQL Agent skill ( #1411 )
...
* Support SQL Agent skill
* add MSSQL agent connector
* Add frontend to agent skills
remove FAKE_DB mock
reset skills to pickup child-skill dynamically
* add prompt examples for tools on untooled
* add better logging on SQL agents
* Wipe toolruns on each chat relay so tools can be used within the same session
* update comments
2024-05-16 10:38:21 -07:00