summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Cooper <J.L.Cooper@lboro.ac.uk>2020-11-02 13:23:05 +0000
committerJason Cooper <J.L.Cooper@lboro.ac.uk>2020-11-02 13:23:05 +0000
commit58f97388b8664146894a34f8e76b2da25a4ffd38 (patch)
tree3fc263bcba307c3d5add95a39bb99174bb03129c
parente35507feb96b22bb48d677ba1a57efcf3c05cf04 (diff)
Preparing for a new release
-rw-r--r--Changes2
-rw-r--r--README.md2
-rw-r--r--lib/DBD/Mock.pm3
3 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 3e6dac2..f5855a0 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension DBD::Mock.
{{$NEXT}}
+ - Added the ability for mock result sets to set custom attributes for
+ statement handles. Thanks to Erik Huelsmann for testing the new feature.
1.57 2020-09-18T06:57:48Z
- Fixed bug rt133358 t/016_mock_add_resultset_test.t fails (with older DBI)
diff --git a/README.md b/README.md
index fb327a0..a2d1053 100644
--- a/README.md
+++ b/README.md
@@ -1338,6 +1338,8 @@ methods and tests.
- 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`.
+- Thanks to Erik Huelsmann for testing the new result set custom attributes
+feature.
# COPYRIGHT
diff --git a/lib/DBD/Mock.pm b/lib/DBD/Mock.pm
index 3170220..f9cb3af 100644
--- a/lib/DBD/Mock.pm
+++ b/lib/DBD/Mock.pm
@@ -1559,6 +1559,9 @@ C<mock_can_execute>, and C<mock_can_fetch> features.
=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>.
+=item Thanks to Erik Huelsmann for testing the new result set custom attributes
+feature.
+
=back
=head1 COPYRIGHT