Page MenuHomePhabricator

Rename base MySQL database connection class
ClosedPublic

Authored by joshuaspence on Aug 5 2014, 1:08 PM.
Tags
None
Referenced Files
F13097046: D10148.id25090.diff
Thu, Apr 25, 8:43 PM
F13097045: D10148.id24415.diff
Thu, Apr 25, 8:43 PM
Unknown Object (File)
Fri, Apr 12, 6:58 AM
Unknown Object (File)
Fri, Mar 29, 7:24 PM
Unknown Object (File)
Feb 11 2024, 7:36 PM
Unknown Object (File)
Feb 1 2024, 11:01 AM
Unknown Object (File)
Feb 1 2024, 11:01 AM
Unknown Object (File)
Feb 1 2024, 6:51 AM
Subscribers

Details

Summary

Ref T5655. Rename AphrontMySQLDatabaseConnectionBase to AphrontBaseMySQLDatabaseConnection for consistency.

Test Plan

N/A

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Rename base MySQL database connection class.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.

I think this class name is used in Phabricator configuration -- mysql.implementation -- so we'll need a migration patch for it or some code to accept either version of the class names and yell at you.

epriestley edited edge metadata.

(This is fine but needs a companion patch.)

This revision now requires changes to proceed.Aug 11 2014, 9:41 PM

Hmm, mysql.implementation can be set to an abstract class?

epriestley edited edge metadata.

oh, haha

well it can, but this won't make it any worse

This revision is now accepted and ready to land.Sep 5 2014, 2:43 PM