Fixed
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Dmitry Andrejev
Dmitry AndrejevChange Log Group
Added
Change Log Message
Added "IDBConnection" interface to avoid further inconsistencies in API of "kDBConnection" and "kDBLoadBalancer" classes.
Commit Revision
15,919
Story Points
1
Fix versions
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Created July 5, 2013 at 9:27 AM
Updated April 16, 2025 at 7:17 AM
Resolved July 29, 2013 at 3:55 PM
Create
IDBConnection
interface with all public methods ofkDBConnection
class and make bothkDBConnection
andkDBLoadBalancer
classes to implement it.Plan additions:
filename would be "
i_db_connection.php
" and placed in same folder as "db_connection.php
" fileplace correct license on top of the file
register interface with the factory (see
kApplication::RegisterDefaultClasses
method)