[PR #128] [MERGED] fix: drizzle mysql unsupported returning #20015

Closed
opened 2026-04-15 19:24:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/128
Author: @Bekacru
Created: 10/9/2024
Status: Merged
Merged: 10/9/2024
Merged by: @Bekacru

Base: mainHead: inducingchaos-fix/105-drizzle-mysql-unsupported-returning


📝 Commits (10+)

  • 1d1e066 chore: draft
  • 2806a75 fix: proper returning method (not working), increase Node memory
  • 5e97998 fix: used ID from data to select instead of returning
  • 0ec64e6 chore: release v0.3.3-beta.9
  • 90ed078 chore: pnpm lock override
  • 764414a chore: fix types
  • 87ce29a chore: fix lockfile
  • ae572eb docs: fix typo in installation (#107)
  • 84b9149 demo: fix dep issue
  • 495942a docs: fix prisma example (#109)

📊 Changes

48 files changed (+515 additions, -470 deletions)

View changed files

📝 demo/nextjs/lib/auth.ts (+5 -2)
📝 docs/components/mdx/database-tables.tsx (+50 -14)
📝 docs/content/docs/authentication/email-password.mdx (+13 -13)
📝 docs/content/docs/basic-usage.mdx (+18 -18)
📝 docs/content/docs/concepts/api.mdx (+16 -2)
📝 docs/content/docs/concepts/cookies.mdx (+2 -2)
📝 docs/content/docs/concepts/database.mdx (+109 -82)
📝 docs/content/docs/concepts/plugins.mdx (+14 -14)
📝 docs/content/docs/concepts/session-management.mdx (+3 -3)
📝 docs/content/docs/concepts/typescript.mdx (+1 -1)
📝 docs/content/docs/concepts/users-accounts.mdx (+3 -3)
📝 docs/content/docs/examples/astro.mdx (+1 -1)
📝 docs/content/docs/examples/next-js.mdx (+2 -2)
📝 docs/content/docs/examples/nuxt.mdx (+2 -2)
📝 docs/content/docs/examples/remix.mdx (+1 -1)
📝 docs/content/docs/examples/svelte-kit.mdx (+1 -1)
📝 docs/content/docs/installation.mdx (+23 -23)
📝 docs/content/docs/integrations/astro.mdx (+12 -12)
📝 docs/content/docs/integrations/hono.mdx (+1 -1)
📝 docs/content/docs/integrations/next.mdx (+3 -3)

...and 28 more files

📄 Description

No description provided


🔄 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/128 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `inducingchaos-fix/105-drizzle-mysql-unsupported-returning` --- ### 📝 Commits (10+) - [`1d1e066`](https://github.com/better-auth/better-auth/commit/1d1e0663b0621d08ecaf082bffb51255a56f1227) chore: draft - [`2806a75`](https://github.com/better-auth/better-auth/commit/2806a7532df014e2213791316027f0eef7aa0698) fix: proper returning method (not working), increase Node memory - [`5e97998`](https://github.com/better-auth/better-auth/commit/5e97998d688735cde69e70f9d241217da46d9a0f) fix: used ID from `data` to select instead of returning - [`0ec64e6`](https://github.com/better-auth/better-auth/commit/0ec64e6b2592a1ea23e0bbe5a4e7010b284b22df) chore: release v0.3.3-beta.9 - [`90ed078`](https://github.com/better-auth/better-auth/commit/90ed07847145ee0260fb2ad45cfb3cbbcc51297a) chore: pnpm lock override - [`764414a`](https://github.com/better-auth/better-auth/commit/764414ab266503c1aecb546393e498cca1573399) chore: fix types - [`87ce29a`](https://github.com/better-auth/better-auth/commit/87ce29a8ca270695446dcc9121494d04b2fc215c) chore: fix lockfile - [`ae572eb`](https://github.com/better-auth/better-auth/commit/ae572eb636ffb3eb3dc6845a580ade5be912c77d) docs: fix typo in installation (#107) - [`84b9149`](https://github.com/better-auth/better-auth/commit/84b9149234f9a51df2dd93ab4460093ffa108705) demo: fix dep issue - [`495942a`](https://github.com/better-auth/better-auth/commit/495942a271ca7f859556e4bdc9143bdbe46e5ae3) docs: fix prisma example (#109) ### 📊 Changes **48 files changed** (+515 additions, -470 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/lib/auth.ts` (+5 -2) 📝 `docs/components/mdx/database-tables.tsx` (+50 -14) 📝 `docs/content/docs/authentication/email-password.mdx` (+13 -13) 📝 `docs/content/docs/basic-usage.mdx` (+18 -18) 📝 `docs/content/docs/concepts/api.mdx` (+16 -2) 📝 `docs/content/docs/concepts/cookies.mdx` (+2 -2) 📝 `docs/content/docs/concepts/database.mdx` (+109 -82) 📝 `docs/content/docs/concepts/plugins.mdx` (+14 -14) 📝 `docs/content/docs/concepts/session-management.mdx` (+3 -3) 📝 `docs/content/docs/concepts/typescript.mdx` (+1 -1) 📝 `docs/content/docs/concepts/users-accounts.mdx` (+3 -3) 📝 `docs/content/docs/examples/astro.mdx` (+1 -1) 📝 `docs/content/docs/examples/next-js.mdx` (+2 -2) 📝 `docs/content/docs/examples/nuxt.mdx` (+2 -2) 📝 `docs/content/docs/examples/remix.mdx` (+1 -1) 📝 `docs/content/docs/examples/svelte-kit.mdx` (+1 -1) 📝 `docs/content/docs/installation.mdx` (+23 -23) 📝 `docs/content/docs/integrations/astro.mdx` (+12 -12) 📝 `docs/content/docs/integrations/hono.mdx` (+1 -1) 📝 `docs/content/docs/integrations/next.mdx` (+3 -3) _...and 28 more files_ </details> ### 📄 Description _No description provided_ --- <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 19:24:32 -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#20015