[PR #1936] [MERGED] Revert odbc support #3838

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

📋 Pull Request Information

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

Base: masterHead: revert-odbc-support


📝 Commits (2)

  • 248dc44 Revert "Patch ODBC support from missing binary/headers for node-odbc"
  • 732b9c8 Revert "OBDC Support (#1933)"

📊 Changes

9 files changed (+7 additions, -117 deletions)

View changed files

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

📄 Description

Revert support for odbc since ARM64 binaries do not exist for this module and it breaks the build process

connect #1933
connect #1903


🔄 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/1936 **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:** `revert-odbc-support` --- ### 📝 Commits (2) - [`248dc44`](https://github.com/Mintplex-Labs/anything-llm/commit/248dc448396f2e2ae6f348eef888460fc29e616e) Revert "Patch ODBC support from missing binary/headers for node-odbc" - [`732b9c8`](https://github.com/Mintplex-Labs/anything-llm/commit/732b9c89a6e18959531344cf82161c3153fa6cfa) Revert "OBDC Support (#1933)" ### 📊 Changes **9 files changed** (+7 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+0 -1) 📝 `docker/Dockerfile` (+2 -2) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/DBConnection.jsx` (+0 -2) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx` (+2 -31) ➖ `frontend/src/pages/Admin/Agents/SQLConnectorSelection/icons/odbc.png` (+0 -0) 📝 `server/package.json` (+0 -1) ➖ `server/utils/agents/aibitat/plugins/sql-agent/SQLConnectors/ODBC.js` (+0 -60) 📝 `server/utils/agents/aibitat/plugins/sql-agent/SQLConnectors/index.js` (+1 -4) 📝 `server/yarn.lock` (+2 -16) </details> ### 📄 Description Revert support for `odbc` since ARM64 binaries do not exist for this module and it breaks the build process connect #1933 connect #1903 --- <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:36 -05:00
yindo closed this issue 2026-02-22 18:34:36 -05:00
yindo changed title from [PR #1936] Revert odbc support to [PR #1936] [MERGED] Revert odbc support 2026-06-05 15:15:29 -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#3838