[PR #92] fix(SQL): Escape Database Names #256

Open
opened 2026-03-07 20:42:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DBDiff/DBDiff/pull/92
Author: @janfa
Created: 5/19/2019
Status: 🔄 Open

Base: masterHead: fix-db-name-escaping


📝 Commits (1)

  • 6d753d7 fix(SQL): Escape Database Names

📊 Changes

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

View changed files

📝 src/DB/Data/LocalTableData.php (+6 -6)

📄 Description

Like with DBDiff#14 wrap database- and table names with Backticks to prevent conflicting with mysql-reserved keys


🔄 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/DBDiff/DBDiff/pull/92 **Author:** [@janfa](https://github.com/janfa) **Created:** 5/19/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix-db-name-escaping` --- ### 📝 Commits (1) - [`6d753d7`](https://github.com/DBDiff/DBDiff/commit/6d753d7e774c56468a537ea96885e1c510f2b432) fix(SQL): Escape Database Names ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/DB/Data/LocalTableData.php` (+6 -6) </details> ### 📄 Description Like with DBDiff#14 wrap database- and table names with Backticks to prevent conflicting with mysql-reserved keys --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
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/DBDiff#256
No description provided.