Closed (outdated)
Project:
Drupal core
Version:
8.1.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 May 2009 at 01:28 UTC
Updated:
23 May 2016 at 13:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
agentrickardHere's a patch that standardizes.
Let's not bikeshed this, but rather approve the change or drop the issue.
Comment #3
kathyh commentedWhen testing the patch - the $driver variable is declared fairly deep and cat'ed to create the classname. For example:
includes\database\database.inc :
Line 1661: $driver_class = 'DatabaseConnection_' . $driver;
The case would need to be enforced or applied to the DB driver specified.
For reference the following are the names defined in the patch:
Comment #5
scythian commentedLooks like deprecated issue. Source were changed repeatedly and now most classes looks fine and using lowerCamelCase instead of under_score.
Comment #6
klausiYes.