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:
parent
3a326fea9f
commit
b8c5535548
3 changed files with 5 additions and 2 deletions
3
Changes
3
Changes
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue