mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
release 1.59_01
This commit is contained in:
parent
52c2e15fa5
commit
d8652e4a66
3 changed files with 7 additions and 3 deletions
6
Changes
6
Changes
|
@ -1,7 +1,11 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.59_01
|
||||
1.59_01 2018-09-17
|
||||
- Upgraded SQLite to 3.25.0, with ALTER TABLE ... RENAME COLUMN
|
||||
and UPSERT among others
|
||||
- Added ::GetInfo (GH#32, Brendan Byrd)
|
||||
- Fix to use a PV value as a virtual table column value
|
||||
where appropriate (RT-124941)
|
||||
|
||||
1.58 2018-03-28
|
||||
- Switched to a production version.
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.58';
|
||||
our $VERSION = '1.59_01';
|
||||
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.58';
|
||||
our $VERSION = '1.59_01';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue