BIND 10 #1061: introduce DatabaseClient (or DatabaseDataSourceClient)

BIND 10 Development do-not-reply at isc.org
Tue Jun 28 07:17:56 UTC 2011


#1061: introduce DatabaseClient (or DatabaseDataSourceClient)
-------------------------------------+-------------------------------------
            Reporter:  jinmei        |                        Owner:
                Type:  task          |                       Status:  new
            Priority:  major         |                    Milestone:  Next-
           Component:  data source   |  Sprint-Proposed
           Sensitive:  0             |                     Keywords:
         Sub-Project:  DNS           |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 In this task, we add a minimum level of additional support for
 SQLite3, implementing the following:

 - DatabaseConnection (abstract) class.  At the moment we only need the
   constructor and the getZone() method.
 - SQLite3Connection class.  Implement the constructor, which opens the
   underlying SQLite3 DB, and getZone() method.
 - Implement findZone() method.  At this point the returned ZoneHandle
   (DatabaseZoneHandle) can be empty.

 For SQLite3 specific code, use the exiting sqlite3_datasrc
 implementation when possible.

 This task depends on #1060.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1061>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list