Needs work
Project:
Drupal core
Version:
main
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2018 at 12:55 UTC
Updated:
22 Oct 2023 at 19:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kriboogh commented!! NOTE: you first need to apply the patch from #2986452-63: Database reserved keywords need to be quoted as per the ANSI standard
This patch:
- Added - in the allowed character sets for table, field and alias
- Added more complex substitution for the {..} prefixes so they are not replacing curly braces when they are encountered in data strings.
Comment #9
lendudeThis reads like it is trying to solve two different problems in one issue, which we should avoid. The first part (allow dash) sounds more a task/feature than a bug. The second part (prefix substitution where it shouldn't happen) sounds like a bug if that still happens.
Comment #14
mile23Posted by mistake....