mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
release 1.63_02
This commit is contained in:
parent
31915d44ed
commit
6e89c499b4
3 changed files with 7 additions and 2 deletions
5
Changes
5
Changes
|
@ -1,5 +1,10 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.63_02 2019-02-14
|
||||
- Upgraded SQLite to 3.27.1
|
||||
- Let a URI filename test skip if SQLite is compiled with URI filename
|
||||
support (GH#47)
|
||||
|
||||
1.63_01 2019-01-26
|
||||
- Made sure an internal hv is initialized (GH#45)
|
||||
- Fixed a number of tests to skip
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.63_01';
|
||||
our $VERSION = '1.63_02';
|
||||
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.63_01';
|
||||
our $VERSION = '1.63_02';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue