File: UPGRADING

package info (click to toggle)
php-horde-db 2.4.1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,480 kB
  • sloc: php: 9,205; xml: 1,007; sql: 22; sh: 16; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 969 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
====================
 Upgrading Horde_Db
====================

:Contact: dev@lists.horde.org

.. contents:: Contents
.. section-numbering::


This lists the API changes between releases of the package.


Upgrading to 2.1.0
==================

  - Horde_Db_Adapter_Base

    - The execute(), select(), insert(), beginDbTransaction(),
      commitDbTransaction(), and rollbackDbTransaction() methods are abstract
      now.

    - The execute() method has been deprecated for external usage. Use the
      select() method instead or one of the other query methods.

    - The select() method always returns a Horde_Db_Adapter_Base_Result
      sub-class now.

    - The addIndex() method returns the used index name now.

    - The writeCache(), readCache(), insertBlob(), and column() methods have
      been added.


Upgrading to 2.2.0
==================

  - Horde_Db_Adapter_Base

    - The updateBlob() method has been added.

  - Horde_Db_Value_Text has been added