summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Cooper <J.L.Cooper@lboro.ac.uk>2019-12-23 08:28:55 +0000
committerJason Cooper <J.L.Cooper@lboro.ac.uk>2019-12-23 08:28:55 +0000
commit114ed7e4ad3c1d5c5ab4bed9ed113a4cbee497ec (patch)
tree30298667aa215e04aa9cc9da22a8c0c215e6a12b
parent3e6ef9245a6161b7e1d2006357954fd1501db8cc (diff)
Prepared for next release
-rw-r--r--Changes10
-rw-r--r--README.md2
-rw-r--r--lib/DBD/Mock.pm3
3 files changed, 15 insertions, 0 deletions
diff --git a/Changes b/Changes
index 0ad2801..d001177 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,16 @@
Revision history for Perl extension DBD::Mock.
{{$NEXT}}
+ - Added Bernhard Graf's 'Feature: one shot failure' merge request.
+ - Fixed description of the failure attribute of mock_add_resultset. It
+ no longer claims to support a hash ref (as it doesn't). Thanks to
+ Bernhard Graf for both the bug report and a merge request that fixes it.
+ - Fixed bug where it wasn't possible to replace a regular expression
+ mock resultset. Thanks to Bernhard Graf for both the bug report and
+ a merge request that fixes it.
+ - Fixed bug where the failure attribute wasn't working with regular
+ expression mock resultsets. Thanks to Bernhard Graf for both the bug
+ report and a merge request that fixes it.
1.53 2019-12-03T10:50:57Z
- Error handling in mock_add_resultset is no longer experimental
diff --git a/README.md b/README.md
index 51ff26e..e74771d 100644
--- a/README.md
+++ b/README.md
@@ -1251,6 +1251,8 @@ methods and tests.
- Thanks to Chas Owens for patch and test for the `mock_can_prepare`,
`mock_can_execute`, and `mock_can_fetch` features.
- Thanks to Tomas Zemresfor the unit test in RT #71438.
+- Thanks to Bernhard Graf for multiple patches fixing a range of issues
+and adding a new _One Shot Failure_ feature to `mock_add_resultset`.
# COPYRIGHT
diff --git a/lib/DBD/Mock.pm b/lib/DBD/Mock.pm
index 3f81a68..4189519 100644
--- a/lib/DBD/Mock.pm
+++ b/lib/DBD/Mock.pm
@@ -1470,6 +1470,9 @@ C<mock_can_execute>, and C<mock_can_fetch> features.
=item Thanks to Tomas Zemresfor the unit test in RT #71438.
+=item Thanks to Bernhard Graf for multiple patches fixing a range of issues
+and adding a new I<One Shot Failure> feature to C<mock_add_resultset>.
+
=back
=head1 COPYRIGHT