mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
release 1.63_01
This commit is contained in:
parent
b0fad50e4c
commit
13da736ed6
3 changed files with 9 additions and 2 deletions
7
Changes
7
Changes
|
@ -1,5 +1,12 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
|
1.63_01 2019-01-26
|
||||||
|
- Made sure an internal hv is initialized (GH#45)
|
||||||
|
- Fixed a number of tests to skip
|
||||||
|
- Bumped up Test::More requirement
|
||||||
|
- Replaced bundled Test::NoWarnings with Test::FailWarnings
|
||||||
|
- Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData (Corion++)
|
||||||
|
|
||||||
1.62 2018-12-29
|
1.62 2018-12-29
|
||||||
- Switched to a production version
|
- Switched to a production version
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
||||||
our $VERSION = '1.62';
|
our $VERSION = '1.63_01';
|
||||||
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.62';
|
our $VERSION = '1.63_01';
|
||||||
our @ISA;
|
our @ISA;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue