mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
releng 1.55_06
This commit is contained in:
parent
849d2ac9ad
commit
7d32850c67
3 changed files with 11 additions and 2 deletions
9
Changes
9
Changes
|
@ -1,5 +1,14 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
|
1.55_06 2018-01-27
|
||||||
|
- This is a developer release to help testing DBIx::Class
|
||||||
|
- Downgraded SQLite to 3.19.3 because of a SQLite regression
|
||||||
|
(RT-124227, ribasushi++)
|
||||||
|
- Fixed some tests to adapt to a change in error format
|
||||||
|
introduced by the latest DBI
|
||||||
|
- Remove no warnings test from t/43_fts.t which failed under
|
||||||
|
some environments
|
||||||
|
|
||||||
1.55_05 2017-12-16
|
1.55_05 2017-12-16
|
||||||
- Implemented ParamValues statement handle attribute (RT-123886)
|
- Implemented ParamValues statement handle attribute (RT-123886)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
||||||
our $VERSION = '1.55_05';
|
our $VERSION = '1.55_06';
|
||||||
our @ISA = 'DynaLoader';
|
our @ISA = 'DynaLoader';
|
||||||
|
|
||||||
# sqlite_version cache (set in the XS bootstrap)
|
# sqlite_version cache (set in the XS bootstrap)
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Scalar::Util qw/weaken/;
|
use Scalar::Util qw/weaken/;
|
||||||
|
|
||||||
our $VERSION = '1.55_05';
|
our $VERSION = '1.55_06';
|
||||||
our @ISA;
|
our @ISA;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue