[PR #851] [MERGED] Remove rightJoin causing trouble with sqlite < 3.39 #1010

Closed
opened 2026-02-05 18:01:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/851
Author: @rmartinoscar
Created: 12/31/2024
Status: Merged
Merged: 12/31/2024
Merged by: @rmartinoscar

Base: mainHead: fix/removeRightJoin


📝 Commits (1)

📊 Changes

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

View changed files

📝 app/Models/Server.php (+3 -4)

📄 Description

Fixes
SQLSTATE[HY000]: General error: 1 RIGHT and FULL OUTER JOINs are not currently supported at


🔄 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/851 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 12/31/2024 **Status:** ✅ Merged **Merged:** 12/31/2024 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/removeRightJoin` --- ### 📝 Commits (1) - [`f3771d0`](https://github.com/pelican-dev/panel/commit/f3771d0b0c286264de7d60b2a8ddea27ab63b664) Remove useless rightJoin ### 📊 Changes **1 file changed** (+3 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/Server.php` (+3 -4) </details> ### 📄 Description Fixes `SQLSTATE[HY000]: General error: 1 RIGHT and FULL OUTER JOINs are not currently supported at` --- <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 18:01:03 +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#1010