[PR #71] [MERGED] fix sql syntax for iso #74

Closed
opened 2026-03-02 03:21:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/clonos/control-pane/pull/71
Author: @flobbfr
Created: 11/11/2024
Status: Merged
Merged: 11/12/2024
Merged by: @olevole

Base: masterHead: master


📝 Commits (1)

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 php/clonos.php (+3 -3)
📝 public/pages/media/a.json.php (+2 -2)

📄 Description

I got a problem with " in SQL syntax on an fresh install, so I had to replace " by '
It seems to be a more standard syntax, as " are interpreted only when the context makes the meaning unambiguous.


🔄 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/clonos/control-pane/pull/71 **Author:** [@flobbfr](https://github.com/flobbfr) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@olevole](https://github.com/olevole) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ceada28`](https://github.com/clonos/control-pane/commit/ceada2810fc646c20cde658048a85e0a5c059597) fix sql syntax for iso ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `php/clonos.php` (+3 -3) 📝 `public/pages/media/a.json.php` (+2 -2) </details> ### 📄 Description I got a problem with " in SQL syntax on an fresh install, so I had to replace " by ' It seems to be a more standard syntax, as " are interpreted only when the context makes the meaning unambiguous. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:21:38 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/control-pane#74
No description provided.