Edgewall Software

Changes between Version 8 and Version 9 of TracDev/ApiChanges/1.1.2


Ignore:
Timestamp:
Aug 8, 2014, 1:27:06 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Previous edit put ConnectionBase in the wrong section.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.2

    v8 v9  
    9898
    9999
     100==== `ConnectionBase` class
     101
     102The `ConnectionBase` class defines an abstract interface that database backends must adhere to when implement a `Connection` class.
     103
     104
    100105== New in the 1.1.2 API ==
    101106
     
    103108
    104109//This is a work in progress - coverage is still not yet complete.//
    105 
    106 
    107 == `ConnectionBase` class
    108 
    109 The `ConnectionBase` class defines an abstract interface that database backends must adhere to when implement a `Connection` class.
    110110
    111111