mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Release 1.65_01
This commit is contained in:
parent
5797c5a462
commit
d958b05c1d
3 changed files with 9 additions and 2 deletions
7
Changes
7
Changes
|
@ -1,5 +1,12 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
|
1.65_01 2020-01-18
|
||||||
|
- Upgraded SQLite to 3.30.1
|
||||||
|
- Added several SQL_ types as alias (pali++)
|
||||||
|
- Fixed two initialization issues (ppisar++)
|
||||||
|
- Allowed create_function to return an array reference
|
||||||
|
to specify the type of the value
|
||||||
|
|
||||||
1.64 2019-08-12
|
1.64 2019-08-12
|
||||||
- Switched to a production version
|
- Switched to a production version
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
||||||
our $VERSION = '1.64';
|
our $VERSION = '1.65_01';
|
||||||
our @ISA = 'DynaLoader';
|
our @ISA = 'DynaLoader';
|
||||||
|
|
||||||
# sqlite_version cache (set in the XS bootstrap)
|
# sqlite_version cache (set in the XS bootstrap)
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Scalar::Util qw/weaken/;
|
use Scalar::Util qw/weaken/;
|
||||||
|
|
||||||
our $VERSION = '1.64';
|
our $VERSION = '1.65_01';
|
||||||
our @ISA;
|
our @ISA;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue