[PR #3144] [MERGED] fix(mssql-datatypes): "text" datatype is not working with mssql #21570

Closed
opened 2026-04-15 20:27:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3144
Author: @ludoblues
Created: 6/23/2025
Status: Merged
Merged: 8/6/2025
Merged by: @Bekacru

Base: canaryHead: fix/mssql-datatype


📝 Commits (3)

  • e7c861e fix(mssql-datatypes): text datatype is going to be removed from future version of SQL Server, Microsoft recommends to not use it anymore
  • 3b9b1bd update: use varchar(max) instead
  • 04f9ea9 fix

📊 Changes

1 file changed (+5 additions, -2 deletions)

View changed files

📝 packages/better-auth/src/db/get-migration.ts (+5 -2)

📄 Description

Fix #3143


🔄 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/better-auth/better-auth/pull/3144 **Author:** [@ludoblues](https://github.com/ludoblues) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `fix/mssql-datatype` --- ### 📝 Commits (3) - [`e7c861e`](https://github.com/better-auth/better-auth/commit/e7c861e9f326b575daef51ad0bb00229c27a7164) fix(mssql-datatypes): text datatype is going to be removed from future version of SQL Server, Microsoft recommends to not use it anymore - [`3b9b1bd`](https://github.com/better-auth/better-auth/commit/3b9b1bde72bcb58d9dba2319032735d1aac85927) update: use varchar(max) instead - [`04f9ea9`](https://github.com/better-auth/better-auth/commit/04f9ea9355697e1ce80878d0d3d8b6c550400e47) fix ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/db/get-migration.ts` (+5 -2) </details> ### 📄 Description Fix #3143 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 20:27:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#21570