Closed (outdated)
Project:
Drupal core
Version:
8.9.x-dev
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 May 2015 at 06:14 UTC
Updated:
28 Apr 2021 at 02:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dasginganinjaComment #2
mikeburrelljr commentedRunning MySQL 5.6.23 here, periods in database names are allowed, however it is a really BAD idea to use them, imo.
CREATE DATABASE `crazy.dbname` ;Same goes for the following:
----
With that being said, I don't think we should prevent someone from doing something allowed (however terrible I may think the idea is).
Instead, how about we update the description for these 3 functions. See supplied patch.
Comment #3
mikeburrelljr commentedRe-rolled patch to adhere to the 80 character length limit for comments.
Comment #4
mgiffordRe-uploading patch for the bots.
Comment #13
quietone commentedThe regex to be changed in this issue was done in #2986452: Database reserved keywords need to be quoted as per the ANSI standard. This has become outdated.