[PR #2161] [CLOSED] fix(drizzle adapter): Add missing where operators #4185

Closed
opened 2026-03-13 11:36:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2161
Author: @Suu-ly
Created: 4/7/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 6379123 fix(drizzle adapter): Add missing where operators

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

📝 packages/better-auth/src/adapters/drizzle-adapter/drizzle-adapter.ts (+15 -0)

📄 Description

This pull request adds in the missing gt, gte and ne operators for the drizzle adapter which previously would have used the eq filter instead.


🔄 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/2161 **Author:** [@Suu-ly](https://github.com/Suu-ly) **Created:** 4/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`6379123`](https://github.com/better-auth/better-auth/commit/63791233701f7d83a841b13e38887541172b9b3d) fix(drizzle adapter): Add missing where operators ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/adapters/drizzle-adapter/drizzle-adapter.ts` (+15 -0) </details> ### 📄 Description This pull request adds in the missing `gt`, `gte` and `ne` operators for the drizzle adapter which previously would have used the `eq` filter instead. --- <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-03-13 11:36:16 -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#4185