1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 22:58:17 -04:00

releng 1.55_05

This commit is contained in:
Kenichi Ishigaki 2017-12-16 03:52:07 +09:00
parent 3ba2feb306
commit fc9b461869
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
Changes for Perl extension DBD-SQLite Changes for Perl extension DBD-SQLite
1.55_05 2017-12-16
- Implemented ParamValues statement handle attribute (RT-123886)
1.55_04 2017-11-22 1.55_04 2017-11-22
- Updated SQLite to 3.21.0 - Updated SQLite to 3.21.0
- Resolved #122581: statistics_info() doesn't work correctly - Resolved #122581: statistics_info() doesn't work correctly

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 (); use DBI 1.57 ();
use DynaLoader (); use DynaLoader ();
our $VERSION = '1.55_04'; our $VERSION = '1.55_05';
our @ISA = 'DynaLoader'; our @ISA = 'DynaLoader';
# sqlite_version cache (set in the XS bootstrap) # sqlite_version cache (set in the XS bootstrap)

View file

@ -5,7 +5,7 @@ use strict;
use warnings; use warnings;
use Scalar::Util qw/weaken/; use Scalar::Util qw/weaken/;
our $VERSION = '1.55_04'; our $VERSION = '1.55_05';
our @ISA; our @ISA;