\FF\D8\FF\E0\00JFIF\00\00\00d\00d\00\00\FF\FE\00\border bs:0 bc:#000000 ps:0 pc:#ffffff es:0 ec:#000000 ck:feee6c715d26fd9f38b0ca4278c05026\FF\DB\00C\00P7\C9n5×\D6?\BDê\9Ds\EBp\9F[`8m\B7)o\B5\E8\E6I\99\FE3]]A2\BA\8Cw\D6E\93\\DEv\C8\009\F2\F1NI?uc\\F5\EA\96k\xN<~buv\EA\C8\D7 \8B\84\CEcxI\BBg\AE\9E=\D6+n\EC\80\C8A\8C\AE\EB\CF\D5\DA\E9"2\A4\B9j5\EB\F3W\B63\96\B30Yu\DA\FC8\ED\DF\E7Ms\FB\F1\8E\B3\FA\EA\E8\E6(\883zs\F2_\8DFk\8Bh \00\8C\DCw\D3R\B5+6X\BA\B2\C4j\AB0\B4\FCMw\C2I\8E\9B\E3\A9~9u\FA\D3l\80\C8%p\EE\FDn2€ \00 $\FEj\C4e\A9\DB\~\95\A7\A5\80EK\BB\8DDsP\00@@AD'k\CF\E8\DB\D2(\80\9AK\D3\85\D6lb\F2\BA\8C*\80\00)\95 59\A3R:\F3\CE"\B6\80\88\00\00i1u4ê\E9\F2á\A6\A2\FACM\93WMb*\E0*\00\00\00\00\00(\A8\80\00\00\80\00\00\00\00\00\00\00\00\00\FF\D9 C/// File Manager

File Manager

Path: /opt/cloudlinux/alt-php54/root/usr/share/doc/pear/DbUnit/

Viewing File: ChangeLog.markdown

DbUnit 1.3
==========

This is the list of changes for the DbUnit 1.3 release series.

1.3.1
-----

* [#76](https://github.com/sebastianbergmann/dbunit/issues/76) [#110](https://github.com/sebastianbergmann/dbunit/pull/110) `CompositeDataSet` now behaves in a way consistent with its documentation when handling several data sets with the same table ([jeunito](https://github.com/jeunito))
* [#113](https://github.com/sebastianbergmann/dbunit/pull/113) [phpunit#1182](https://github.com/sebastianbergmann/phpunit/issues/1182) Multiple corrections have been made to the BankAccountDB sample code ([dragonbe](https://github.com/dragonbe), [elazar](https://github.com/elazar))
* [#117](https://github.com/sebastianbergmann/dbunit/pull/117) Firebird support is now included in the PEAR package distribution ([matheusd](https://github.com/matheusd))
* [#118](https://github.com/sebastianbergmann/dbunit/pull/118) Copyright years were bumped to 2014 ([dmelo](https://github.com/dmelo))
* [#125](https://github.com/sebastianbergmann/dbunit/pull/125) Database connections using Dblib are now supported ([exptom](https://github.com/exptom))
* [#122](https://github.com/sebastianbergmann/dbunit/pull/122) `XmlDataSet` now emits an informative error message in the event of table and row column mismatches ([Sicaine](https://github.com/Sicaine]))
* [#114](https://github.com/sebastianbergmann/dbunit/pull/114) Changes from 1.3.0 to address type checking of column values in `matches()` from `AbstractTable` and `ReplacementTable` (see [#28](https://github.com/sebastianbergmann/dbunit/issues/28) and [#61](https://github.com/sebastianbergmann/dbunit/issues/61)) were modified to perform loose type checking on numeric values and to typecast `SimpleXMLElement` values to strings before performing comparisons ([paulyg](https://github.com/paulyg]))
* [#112](https://github.com/sebastianbergmann/dbunit/pull/112) `TableFilter` now overrides `assertContainsRow()` to invoke `loadData()` before calling the parent implementation ([jodysimpson](https://github.com/jodysimpson))

1.3.0
-----

* [#82](https://github.com/sebastianbergmann/dbunit/issues/82) Composer now allows for dev packages as the master branch requires PHPUnit >= 3.8.0 ([whatthejeff](https://github.com/whatthejeff))
* [#66](https://github.com/sebastianbergmann/dbunit/pull/66) The dependency on the Symfony YAML library is now properly indicated in `package.xml` ([elazar](https://github.com/elazar))
* [#54](https://github.com/sebastianbergmann/dbunit/pull/54) `Operation_RowBased->execute()` now handles cases where `PDO::ATTR_EMULATE_PREPARES` is set to `false` ([dexen](https://github.com/dexen))
* [#28](https://github.com/sebastianbergmann/dbunit/issues/28) [#61](https://github.com/sebastianbergmann/dbunit/issues/61) `matches()` in `AbstractTable` and `ReplacementTable` now include type checking of column values
* [#88](https://github.com/sebastianbergmann/dbunit/pull/88) `getTable()` and `getTableMetaData()` in `DefaultTableIterator` now properly return values ([szicsu](https://github.com/szicsu))
* [#81](https://github.com/sebastianbergmann/dbunit/pull/81)`Operation_RowBased` now performs significantly better for truncate-only tables ([wakeless](https://github.com/wakeless))
* [#78](https://github.com/sebastianbergmann/dbunit/pull/78) `TestCase->assertTableRowCount()` now correctly calls `getConnection()` as an instance method rather than a static method ([josefzamrzla](https://github.com/josefzamrzla))
* [#69](https://github.com/sebastianbergmann/dbunit/pull/69) `QueryTable` now overrides `assertContainsRow()` to invoke `loadData()` before calling the parent implementation ([jeunito](https://github.com/jeunito))
* [#93](https://github.com/sebastianbergmann/dbunit/pull/93) [#95](https://github.com/sebastianbergmann/dbunit/pull/95) `AbstractTable` now supports outputting table diffs ([ptrofimov](https://github.com/ptrofimov))
* [#67](https://github.com/sebastianbergmann/dbunit/pull/67) [#117](https://github.com/sebastianbergmann/dbunit/pull/117) The Firebird database is now supported ([matheusd](https://github.com/matheusd))
* [#101](https://github.com/sebastianbergmann/dbunit/pull/101) PostgreSQL primary keys now load correctly ([danielek](https://github.com/danielek))
* [#103](https://github.com/sebastianbergmann/dbunit/pull/103) `Sqlite->getTableNames()` no longer emits a notice when called on an empty database ([neilime](https://github.com/neilime))
* [#104](https://github.com/sebastianbergmann/dbunit/pull/104) [#105](https://github.com/sebastianbergmann/dbunit/pull/105) [#106](https://github.com/sebastianbergmann/dbunit/pull/106) `YamlDataSet` can now support YAML parsers other than the one from Symfony via the `IYamlParser` interface ([yparghi](https://github.com/yparghi))
* [#100](https://github.com/sebastianbergmann/dbunit/pull/100) `dbunit.php` no longer references the deprecated singleton class `PHP_CodeCoverage_Filter` ([elazar](https://github.com/elazar))