1====================
2 Upgrading Horde_Db
3====================
4
5:Contact: dev@lists.horde.org
6
7.. contents:: Contents
8.. section-numbering::
9
10
11This lists the API changes between releases of the package.
12
13
14Upgrading to 2.1.0
15==================
16
17  - Horde_Db_Adapter_Base
18
19    - The execute(), select(), insert(), beginDbTransaction(),
20      commitDbTransaction(), and rollbackDbTransaction() methods are abstract
21      now.
22
23    - The execute() method has been deprecated for external usage. Use the
24      select() method instead or one of the other query methods.
25
26    - The select() method always returns a Horde_Db_Adapter_Base_Result
27      sub-class now.
28
29    - The addIndex() method returns the used index name now.
30
31    - The writeCache(), readCache(), insertBlob(), and column() methods have
32      been added.
33
34
35Upgrading to 2.2.0
36==================
37
38  - Horde_Db_Adapter_Base
39
40    - The updateBlob() method has been added.
41
42  - Horde_Db_Value_Text has been added
43