SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for php5-pear-Horde_Db-2.4.0-14.1.noarch.rpm :

* Wed Aug 02 2017 Ralf Lang - Version 2.4.0- [mjr] Improve Horde_Db logging options (Request #10773).- [mjr] Allow Horde_Value objects to contain stream data (Request #10805).
* Mon Dec 26 2016 Ralf Lang - Version 2.3.4- [jan] Drop ereg_replace() usage (Remi Collet ).- [mjr] Fix setting Oracle charset in certain cases.- [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.- [jan] Fix some PHP 7.2 issues.
* Tue Feb 02 2016 Ralf Lang - Version 2.3.1- [jan] Bump earliest supported PostgreSQL version to 8.3.- [jan] Improve getting tables and indexes from PostgreSQL servers (Ivan Sergio Borgonovo ).- [jan] Mark PHP 7 as supported.
* Tue Dec 15 2015 Ralf Lang - Version 2.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 ).
* Thu Apr 30 2015 Ralf Lang - Version 2.2.3- [jan] Fix certain migrations on Oracle.- [jan] Fix issues with certain locales like Turkish.
* Thu Jan 08 2015 - Version 2.2.2- [jan] Make Oracle\'s updateBlob() compatible with PHP 5.3.
* Thu Jan 08 2015 - Version 2.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.
* Thu Jan 08 2015 - Version 2.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.
* Thu Jan 08 2015 - Version 2.1.5- [jan] Fix migrating NULL values to BLOB on Oracle.
* Thu Jan 08 2015 - Version 2.1.4- [jan] Catch exceptions from PDO result set methods.
* Fri Jul 11 2014 - Version 2.1.3- [jan] Fix changing columns to NULL/NOT NULL on Oracle and SQLite.
* Fri Jul 11 2014 - Version 2.1.2- [jan] Fix migrating large values to BLOB on Oracle.- [jan] Fix certain migrations with Oracle.
* Fri Jul 11 2014 - Version 2.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.
* Mon Mar 10 2014 - Version 2.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.
* Mon Feb 03 2014 - Version 2.0.4- [jan] Fix schema version table names when using horde-db-migrate-component.
* Wed May 29 2013 Ralf Lang - Version 2.0.3- [mms] Fix storing schema information in Horde_Cache.- [jan] Use LONGBLOB columns in MySQL when creating binary fields (l.kiralyAATTmadalbal.hu, Bug #12195).- [jan] Fix updating existing rows with default values when adding columns in PostgreSQL (Bug #12101).
* Tue Mar 05 2013 Ralf Lang - Version 2.0.2- [jan] Improve unit tests.
* Tue Nov 20 2012 - Version 2.0.1- [gwr] Alternative API to support modified dates with SQLite as well.- [mjr] Add support for mediumtext and longtext field types.- [jan] Fix escaping of binary values in SQLite.- [mms] Fix resetting postgresql error reporting.- [mms] Fix Horde_Db_Adapter_Base_Table#offsetExists().- [mms] Fix addLock() command.
* Fri Jan 13 2012 langAATTb1-systems.de- version 1.2.0- add license file- [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.- [jan] Fix determination of last insert id on PostgreSQL up to 8.1.- [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-reportsAATTflipjam.co.uk, Bug #10466).- [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).- [mms] Greatly reduce memory usage when working with binary data in PostgreSQL 9.0+ (Bug #10774).- [mms] Cache postgresql version.- [jan] Improve API documentation.- [gwr] Alternative API to support modified dates with SQLite as well.- [mjr] Add support for mediumtext and longtext field types.
* Fri Dec 09 2011 cooloAATTsuse.com- fix license to be in spdx.org format
* Sun Aug 14 2011 langAATTb1-systems.de- version 1.0.3- removed horde-db-migrate workaround. it is now called horde-db-migrate-component and no longer conflicts- [jan] Correctly format float values independently from the current locale (Bug #10371).- [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.
* Thu Jun 09 2011 langAATTb1-systems.de- moved docs to docdir
* Fri Apr 22 2011 langAATTb1-systems.de- removed this package\'s version of horde-db-migrate as it conflicts with horde4\'s apparently more recent version of the script
* Wed Apr 20 2011 langAATTb1-systems.de- Update to 1.0.1
* Wed Apr 06 2011 langAATTb1-systems.de- Updating to version 1.0.0
* Thu Mar 17 2011 langAATTb1-systems.de- added usr/bin/horde-db-migrate
* Thu Mar 17 2011 langAATTb1-systems.de- Initial commit of version 1.0.0beta1
 
ICM