mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
release 1.61_04
This commit is contained in:
parent
a719c681d4
commit
f05eecb56e
3 changed files with 7 additions and 2 deletions
5
Changes
5
Changes
|
@ -1,5 +1,10 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.61_04 2018-12-22
|
||||
- Added sqlite_db_config method and new constants for it
|
||||
- Added sqlite_defensive option to disallow dangerous SQLite features
|
||||
- Exposed some of the hidden extended result codes
|
||||
|
||||
1.61_03 2018-12-19
|
||||
- Upgraded SQLite to 3.26.0, which reportedly has a security fix
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.61_03';
|
||||
our $VERSION = '1.61_04';
|
||||
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_03';
|
||||
our $VERSION = '1.61_04';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue