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

release 1.61_03

This commit is contained in:
Kenichi Ishigaki 2018-12-19 22:02:35 +09:00
parent 3a326fea9f
commit b8c5535548
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
Changes for Perl extension DBD-SQLite
1.61_03 2018-12-19
- Upgraded SQLite to 3.26.0, which reportedly has a security fix
1.61_02 2018-12-01
- Added sqlite_backup_from_dbh/sqlite_backup_to_dbh methods
- Introduced sqlite_prefer_numeric_type database handle attribute

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 ();
use DynaLoader ();
our $VERSION = '1.61_02';
our $VERSION = '1.61_03';
our @ISA = 'DynaLoader';
# sqlite_version cache (set in the XS bootstrap)

View file

@ -5,7 +5,7 @@ use strict;
use warnings;
use Scalar::Util qw/weaken/;
our $VERSION = '1.61_02';
our $VERSION = '1.61_03';
our @ISA;