mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
releng 1.58
This commit is contained in:
parent
a78838dcf8
commit
9ae307d375
3 changed files with 5 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
|
1.58 2018-03-28
|
||||||
|
- Switched to a production version.
|
||||||
|
|
||||||
1.57_01 2018-03-21
|
1.57_01 2018-03-21
|
||||||
- Made it an error to fetch attributes from a statement
|
- Made it an error to fetch attributes from a statement
|
||||||
handle whose database handle is inactive (ribasushi++)
|
handle whose database handle is inactive (ribasushi++)
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
||||||
our $VERSION = '1.57_01';
|
our $VERSION = '1.58';
|
||||||
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.57_01';
|
our $VERSION = '1.58';
|
||||||
our @ISA;
|
our @ISA;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue