[PR #1377] [MERGED] Fix/adapter mysql session #12028

Closed
opened 2026-04-13 08:08:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1377
Author: @Kinfe123
Created: 2/7/2025
Status: Merged
Merged: 2/8/2025
Merged by: @Bekacru

Base: mainHead: fix/adapter-mysql-session


📝 Commits (6)

📊 Changes

6 files changed (+99 additions, -162 deletions)

View changed files

📝 packages/better-auth/src/adapters/drizzle-adapter/drizzle-adapter.ts (+81 -78)
📝 packages/better-auth/src/adapters/test.ts (+15 -1)
📝 packages/cli/test/__snapshots__/schema-mongodb.prisma (+1 -0)
📝 packages/cli/test/__snapshots__/schema-mysql.prisma (+1 -0)
📝 packages/cli/test/__snapshots__/schema.prisma (+1 -0)
packages/cli/test/__snapshots__/schema.txt (+0 -83)

📄 Description

closes #1374


🔄 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/1377 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/8/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/adapter-mysql-session` --- ### 📝 Commits (6) - [`ae75777`](https://github.com/better-auth/better-auth/commit/ae75777c126fcd66be4596c7fd87502206b8eaa3) temporal fix - [`bc45356`](https://github.com/better-auth/better-auth/commit/bc45356723c9ad356159b6cca99a7cc40b388ea6) lint - [`7adbe69`](https://github.com/better-auth/better-auth/commit/7adbe69ac18ab8defb5d40057ae7e62c4fbb7b0b) where cls - [`0d5b1d0`](https://github.com/better-auth/better-auth/commit/0d5b1d0fb893fda9f290a193688c6dca2638b3ab) where cls - [`eee2c12`](https://github.com/better-auth/better-auth/commit/eee2c127236466b1f429f1f47139a65213a5db9d) fix: use the whole where clause instead - [`afb3ba6`](https://github.com/better-auth/better-auth/commit/afb3ba60945a58776d443fc15706d3cf21fef68c) chore: updated snapshot ### 📊 Changes **6 files changed** (+99 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/adapters/drizzle-adapter/drizzle-adapter.ts` (+81 -78) 📝 `packages/better-auth/src/adapters/test.ts` (+15 -1) 📝 `packages/cli/test/__snapshots__/schema-mongodb.prisma` (+1 -0) 📝 `packages/cli/test/__snapshots__/schema-mysql.prisma` (+1 -0) 📝 `packages/cli/test/__snapshots__/schema.prisma` (+1 -0) ➖ `packages/cli/test/__snapshots__/schema.txt` (+0 -83) </details> ### 📄 Description closes #1374 --- <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-13 08:08:18 -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#12028