mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-06 21:58:01 -04:00
release 1.62
This commit is contained in:
parent
b4a47ef2cf
commit
fb1cf99dde
3 changed files with 5 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.62 2018-12-29
|
||||
- Switched to a production version
|
||||
|
||||
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
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.61_04';
|
||||
our $VERSION = '1.62';
|
||||
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_04';
|
||||
our $VERSION = '1.62';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue