[PR #1933] [MERGED] OBDC Support for SQLAgent #3833

Closed
opened 2026-02-22 18:34:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1933
Author: @timothycarambat
Created: 7/23/2024
Status: Merged
Merged: 7/23/2024
Merged by: @timothycarambat

Base: masterHead: ODBC


📝 Commits (6)

  • 6cbe59c add possibility to connect to SQL Base by ODBC
  • dedcaa7 Merge branch 'Mintplex-Labs:master' into ODBC
  • fa21d52 add png icon
  • cba7db1 reset command scripts (will do in another PR)
  • 9d19869 Merge branch 'master' into ODBC
  • 78807a2 minor linting for ODBC connection modal

📊 Changes

8 files changed (+116 additions, -6 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 frontend/src/pages/Admin/Agents/SQLConnectorSelection/DBConnection.jsx (+2 -0)
📝 frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx (+31 -2)
frontend/src/pages/Admin/Agents/SQLConnectorSelection/icons/odbc.png (+0 -0)
📝 server/package.json (+2 -1)
server/utils/agents/aibitat/plugins/sql-agent/SQLConnectors/ODBC.js (+60 -0)
📝 server/utils/agents/aibitat/plugins/sql-agent/SQLConnectors/index.js (+4 -1)
📝 server/yarn.lock (+16 -2)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

closes #1903

What is in this change?

Adds ODBC SQL Agent connector support

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/1933 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/23/2024 **Status:** ✅ Merged **Merged:** 7/23/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `ODBC` --- ### 📝 Commits (6) - [`6cbe59c`](https://github.com/Mintplex-Labs/anything-llm/commit/6cbe59cbe5982bd335bca29bee2de74b9ea74117) add possibility to connect to SQL Base by ODBC - [`dedcaa7`](https://github.com/Mintplex-Labs/anything-llm/commit/dedcaa7b97861b34d6b1f5e96b3d86efa1111b7a) Merge branch 'Mintplex-Labs:master' into ODBC - [`fa21d52`](https://github.com/Mintplex-Labs/anything-llm/commit/fa21d527e4359d06ea7eb10c95df6684520649e5) add png icon - [`cba7db1`](https://github.com/Mintplex-Labs/anything-llm/commit/cba7db186e5987e42af9e36ab5d666507424ac16) reset command scripts (will do in another PR) - [`9d19869`](https://github.com/Mintplex-Labs/anything-llm/commit/9d1986927011eafd820e22b1fbd609e1f9c736b8) Merge branch 'master' into ODBC - [`78807a2`](https://github.com/Mintplex-Labs/anything-llm/commit/78807a21aeb423f6e729c1e3b2bd1c6fbdc0ac30) minor linting for ODBC connection modal ### 📊 Changes **8 files changed** (+116 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/DBConnection.jsx` (+2 -0) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx` (+31 -2) ➕ `frontend/src/pages/Admin/Agents/SQLConnectorSelection/icons/odbc.png` (+0 -0) 📝 `server/package.json` (+2 -1) ➕ `server/utils/agents/aibitat/plugins/sql-agent/SQLConnectors/ODBC.js` (+60 -0) 📝 `server/utils/agents/aibitat/plugins/sql-agent/SQLConnectors/index.js` (+4 -1) 📝 `server/yarn.lock` (+16 -2) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> closes #1903 ### What is in this change? Adds ODBC SQL Agent connector support <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:35 -05:00
yindo closed this issue 2026-02-22 18:34:35 -05:00
yindo changed title from [PR #1933] OBDC Support for SQLAgent to [PR #1933] [MERGED] OBDC Support for SQLAgent 2026-06-05 15:15:27 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3833