[PR #322] [MERGED] Replace DB check in MakeUserCommand #690

Closed
opened 2026-02-05 17:51:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/322
Author: @Boy132
Created: 6/4/2024
Status: Merged
Merged: 6/5/2024
Merged by: @lancepioch

Base: mainHead: fix/make-user-db-test


📝 Commits (1)

  • 29cc92f replace db check in MakeUserCommand

📊 Changes

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

View changed files

📝 app/Console/Commands/User/MakeUserCommand.php (+1 -1)

📄 Description

Replaces the select 1 where 1 with a proper connection test. This prevents errors on MariaDB 10.3. (apparently select 1 where 1 only works on 10.4+)


🔄 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/pelican-dev/panel/pull/322 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `fix/make-user-db-test` --- ### 📝 Commits (1) - [`29cc92f`](https://github.com/pelican-dev/panel/commit/29cc92f0dc1b535f1fd2eff4bf17a83bbd23dc56) replace db check in MakeUserCommand ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/User/MakeUserCommand.php` (+1 -1) </details> ### 📄 Description Replaces the `select 1 where 1` with a proper connection test. This prevents errors on MariaDB 10.3. (apparently `select 1 where 1` only works on 10.4+) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:51:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#690