mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
releng 1.55_05
This commit is contained in:
parent
3ba2feb306
commit
fc9b461869
3 changed files with 5 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
|||
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
|
||||
- Updated SQLite to 3.21.0
|
||||
- Resolved #122581: statistics_info() doesn't work correctly
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.55_04';
|
||||
our $VERSION = '1.55_05';
|
||||
our @ISA = 'DynaLoader';
|
||||
|
||||
# sqlite_version cache (set in the XS bootstrap)
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use warnings;
|
||||
use Scalar::Util qw/weaken/;
|
||||
|
||||
our $VERSION = '1.55_04';
|
||||
our $VERSION = '1.55_05';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue