1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Release 1.65_02

This commit is contained in:
Kenichi Ishigaki 2020-02-08 22:00:34 +09:00
parent 28cb59487f
commit 3dfcbcd8f1
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.65_02 2020-02-08
- Upgraded SQLite to 3.31.1
1.65_01 2020-01-18 1.65_01 2020-01-18
- Upgraded SQLite to 3.30.1 - Upgraded SQLite to 3.30.1
- Added several SQL_ types as alias (pali++) - Added several SQL_ types as alias (pali++)

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 (); use DBI 1.57 ();
use DynaLoader (); use DynaLoader ();
our $VERSION = '1.65_01'; our $VERSION = '1.65_02';
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.65_01'; our $VERSION = '1.65_02';
our @ISA; our @ISA;