This repository was archived by the owner on Dec 7, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to DbUnit are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 3.0.3] - 2018-01-23
6+
7+ ### Fixed
8+
9+ * Fixed [ #191 ] ( https://github.com/sebastianbergmann/dbunit/pull/191 ) : MySQL's ` FOREIGN_KEY_CHECKS ` setting gets lost
10+ * Fixed [ #192 ] ( https://github.com/sebastianbergmann/dbunit/pull/192 ) : Error message for wrong fixture is not good enough
11+ * Fixed [ #201 ] ( https://github.com/sebastianbergmann/dbunit/pull/201 ) : ` TestCaseTrait::tearDown() ` does not call parent's ` tearDown() `
12+ * Fixed [ #204 ] ( https://github.com/sebastianbergmann/dbunit/pull/204 ) : ` DefaultConnection::close() ` does not close database connection
13+ * Fixed [ #205 ] ( https://github.com/sebastianbergmann/dbunit/pull/205 ) : Metadata for empty SQLite table is not handled correctly
14+
515## [ 3.0.2] - 2017-11-18
616
717### Changed
@@ -26,6 +36,7 @@ All notable changes to DbUnit are documented in this file using the [Keep a CHAN
2636
2737* The ` dbunit ` CLI tool was removed
2838
39+ [ 3.0.3 ] : https://github.com/sebastianbergmann/dbunit/compare/3.0.2...3.0.3
2940[ 3.0.2 ] : https://github.com/sebastianbergmann/dbunit/compare/3.0.1...3.0.2
3041[ 3.0.1 ] : https://github.com/sebastianbergmann/dbunit/compare/3.0.0...3.0.1
3142[ 3.0.0 ] : https://github.com/sebastianbergmann/dbunit/compare/2.0...3.0.0
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<phar xmlns =" https://phar.io/xml/manifest/1.0" >
3- <contains name =" phpunit/dbunit" version =" 3.0.2 " type =" extension" >
3+ <contains name =" phpunit/dbunit" version =" 3.0.3 " type =" extension" >
44 <extension for =" phpunit/phpunit" compatible =" ^6.0" />
55 </contains >
66
You can’t perform that action at this time.
0 commit comments