summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Cooper <J.L.Cooper@lboro.ac.uk>2020-09-17 15:36:01 +0100
committerJason Cooper <J.L.Cooper@lboro.ac.uk>2020-09-17 15:36:01 +0100
commitd4f9608eb4909b0811910290d94b32bd008542a4 (patch)
tree4078f9f1f0835985713ee91f03e820cf2e28c55b
parent17d40d073057917794629b8cea934c1ea9198bb0 (diff)
Checking in changes prior to tagging of version 1.56.
Changelog diff is: diff --git a/Changes b/Changes index 33a6899..79c273a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension DBD::Mock. {{$NEXT}} + +1.56 2020-09-17T14:35:10Z - The DBD::st module now supports the last_insert_id method - Result sets with callbacks can now specify a last_insert_id
-rw-r--r--Changes2
-rw-r--r--META.json2
-rw-r--r--lib/DBD/Mock.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 33a6899..79c273a 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension DBD::Mock.
{{$NEXT}}
+
+1.56 2020-09-17T14:35:10Z
- The DBD::st module now supports the last_insert_id method
- Result sets with callbacks can now specify a last_insert_id
diff --git a/META.json b/META.json
index ee9fa99..c991bcc 100644
--- a/META.json
+++ b/META.json
@@ -67,7 +67,7 @@
"web" : "https://gitlab.com/scrapheap/DBD-Mock"
}
},
- "version" : "1.55",
+ "version" : "1.56",
"x_authority" : "cpan:JLCOOPER",
"x_contributors" : [
"Bernhard Graf <GRAF@cpan.org>",
diff --git a/lib/DBD/Mock.pm b/lib/DBD/Mock.pm
index 91ae8f4..cfecacf 100644
--- a/lib/DBD/Mock.pm
+++ b/lib/DBD/Mock.pm
@@ -30,7 +30,7 @@ sub import {
if ( @_ && lc( $_[0] ) eq "pool" );
}
-our $VERSION = '1.55';
+our $VERSION = '1.56';
our $drh = undef; # will hold driver handle
our $err = 0; # will hold any error codes