------
v2.4.1
------

[jan] Fix compatibility with PostgreSQL 12+ (Ivan Sergio Borgonovo
      <mail@webthatworks.it>, PR #2).
[jan] Fix sequences on PostgreSQL 10+ (Ivan Sergio Borgonovo
      <mail@webthatworks.it>, PR #3).
[mjr] Fix connecting over SSL with MySQLi driver (PR #2, PaulSzymanski
      <PaulSzymanski@users.noreply.github.com>).


------
v2.4.0
------

[mjr] Improve Horde_Db logging options (Request #10773).
[mjr] Allow Horde_Value objects to contain stream data (Request #10805).


------
v2.3.4
------

[jan] Fix some PHP 7.2 issues.


------
v2.3.3
------

[jan] Make sure to return NULL values in result sets from Oracle.
[jan] Fix failing transactions if retrieving last INSERT ID from PostgreSQL
      fails on PHP 7.2.


------
v2.3.2
------

[jan] Drop ereg_replace() usage (Remi Collet <fedora@famillecollet.com>).
[mjr] Fix setting Oracle charset in certain cases.


------
v2.3.1
------

[jan] Bump earliest supported PostgreSQL version to 8.3.
[jan] Improve getting tables and indexes from PostgreSQL servers (Ivan Sergio
      Borgonovo <mail@webthatworks.it>).
[jan] Mark PHP 7 as supported.


------
v2.3.0
------

[mjr] Fix SQL error when setting blob fields to empty in oracle driver (Bug
      #14163).
[jan] Add 'status' argument to horde-db-migrate-component (Nicolas
      Rochelemagne <nicolas.rochelemagne@cpanel.net>).


------
v2.2.3
------

[jan] Fix certain migrations on Oracle.
[jan] Fix issues with certain locales like Turkish.


------
v2.2.2
------

[jan] Make Oracle's updateBlob() compatible with PHP 5.3.


------
v2.2.1
------

[jan] Fix using addColumn() with autoincrementKey types in SQLite.
[jan] Fix several issues with changing autoincrementKey columns in Oracle.
[mms] Fix SplitRead driver to work with the recent blob changes.


------
v2.2.0
------

[jan] Fix returning primary key value from insertBlob().
[jan] Add Horde_Db_Adapter::updateBlob().
[jan] Add Horde_Db_Value_Text to encapsulate long text values.
[jan] Add missing insertBlob to adapter interface.


------
v2.1.5
------

[jan] Fix migrating NULL values to BLOB on Oracle.


------
v2.1.4
------

[jan] Catch exceptions from PDO result set methods.


------
v2.1.3
------

[jan] Fix changing columns to NULL/NOT NULL on Oracle and SQLite.


------
v2.1.2
------

[jan] Fix migrating large values to BLOB on Oracle.
[jan] Fix certain migrations with Oracle.


------
v2.1.1
------

[mms] Fix regression preventing caching of any internal DB information.
[mms] SECURITY: Don't leak PDO DSN authentication/connection information in
      exception messages.
[jan] Fix columnCount() result of PDO result objects.


------
v2.1.0
------

[jan] Return generated (or manipulated) index name from addIndex().
[jan] Avoid cache collisions when changing adapters or configurations.
[jan] Add Horde_Db_Adapter_Base#writeCache() and readCache().
[jan] Add Horde_Db_Adapter#insertBlob().
[jan] Make value of Horde_Db_Value_Binary publically accessible.
[jan] Add Oracle driver (Request #11974).
[jan] Add Horde_Db_Adapter_Base_Schema#column() method.
[jan] Always re-throw PDOExceptions as Horde_Db_Exceptions.
[jan] Fix issues with active Turkish locale.
[jan] Always return a Horde_Db_Adapter_Base_Result sub-class from the select()
      method.
[jan] Don't ping server before each query in PDO drivers (Bug #12656).
[jan] Re-organize unit tests.
[jan] Make several methods abstract in Horde_Db_Adapter_Base.
[jan] Deprecate external usage of execute() method.


------
v2.0.4
------

[jan] Fix schema version table names when using horde-db-migrate-component.


------
v2.0.3
------

[mms] Fix storing schema information in Horde_Cache.
[jan] Use LONGBLOB columns in MySQL when creating binary fields
      (l.kiraly@madalbal.hu, Bug #12195).
[jan] Fix updating existing rows with default values when adding columns in
      PostgreSQL (Bug #12101).


------
v2.0.2
------

[jan] Improve unit tests.


------
v2.0.1
------

[mms] Use new Horde_Test layout.


------
v2.0.0
------

First stable release for Horde 5.


---------
v2.0.0RC1
---------

[mms] Fix resetting postgresql error reporting.
[mms] Fix Horde_Db_Adapter_Base_Table#offsetExists().
[mms] Fix addLock() command.


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.
[jan] Allow for nested transactions.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.


------
v1.2.2
------

[mms] Fix resetting postgresql error reporting.
[mms] Fix Horde_Db_Adapter_Base_Table#offsetExists().
[mms] Fix addLock() command.


------
v1.2.1
------

[jan] Fix escaping of binary values in SQLite.


------
v1.2.0
------

[gwr] Alternative API to support modified dates with SQLite as well.
[mjr] Add support for mediumtext and longtext field types.


------
v1.1.2
------

[mms] Greatly reduce memory usage when working with binary data in PostgreSQL
      9.0+ (Bug #10774).
[mms] Cache postgresql version.
[jan] Improve API documentation.


------
v1.1.1
------

[jan] More flexible conversion of charset names to native MySQL names.
[jan] Correctly escape binding characters in buildClause() (Bug #10610).
[jan] Fix transactions with MySQLi driver (Bug #10578).
[jan] Fix DISTINCT clause generation on PostgreSQL (Bug #10543).
[mms] Fix escaping binary data on Postgresql 9.1+ servers (Bug #10602).


------
v1.1.0
------

[jan] Add methods to add and drop primary keys (Request #10469).
[gwr] Fix usage of Horde_Exception_Wrapped.
[jan] Fix setting unix socket in PostgreSQL DSN (bug-reports@flipjam.co.uk,
      Bug #10466).


------
v1.0.5
------

[jan] Fix determination of last insert id on PostgreSQL up to 8.1.


------
v1.0.4
------

[jan] Fix migrations from primary keys that have not been created with Horde_Db
      in PostgreSQL.
[jan] Fix autoincrementKey sequences not incrementing after manually inserting
      key values in PostgreSQL.
[jan] Fix changeColumn() migration to autoincrementKey if no primary key
      exists yet.


------
v1.0.3
------

[jan] Correctly format float values independently from the current locale (Bug
      #10371).


------
v1.0.2
------

[jan] Convert host parameter from "localhost" to "127.0.0.1" in MySQL drivers
      (Request #9738).
[gwr] Renamed migration helper to avoid namespace clash with a similar tool
      from the horde base package.
[jan] Keep using the write backend in the same request after writing once with
      the split read/write driver.


------
v1.0.1
------

[jan] Fix migration detection on Windows.
[jan] Fix setting incorrect charset in PDO drivers.


------
v1.0.0
------

First stable release for Horde 4.
[jan] Add buildClause() from obsolete Horde_Sql.


---------
v1.0.0RC2
---------

Second release candidate for Horde 4.
[jan] Don't throw exception when setting port number while using localhost in
      PDO MySQL driver (Bug #9738).
[jan] Rename pseudo-type primaryKey to autoincrementKey.


---------
v1.0.0RC1
---------

First release candidate for Horde 4.


-----------
v1.0.0beta1
-----------

Drop schema table when migrating down to schema version 0.
Don't try to create schema tables if they exist, to avoid irritating log
      entries.


------------
v1.0.0alpha1
------------

First alpha release for Horde 4.
Add support for adding autoincrement to a column.


------
v0.1.0
------

Initial release
