mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
release 1.59_02
This commit is contained in:
parent
9fcf565c11
commit
198ae95635
3 changed files with 5 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.59_02 2018-09-30
|
||||
- Upgraded SQLite to 3.25.2
|
||||
|
||||
1.59_01 2018-09-17
|
||||
- Upgraded SQLite to 3.25.0, with ALTER TABLE ... RENAME COLUMN
|
||||
and UPSERT among others
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.59_01';
|
||||
our $VERSION = '1.59_02';
|
||||
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.59_01';
|
||||
our $VERSION = '1.59_02';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue