mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
releng 1.41_04
This commit is contained in:
parent
f8a45b96f6
commit
fc57bda440
3 changed files with 7 additions and 4 deletions
7
Changes
7
Changes
|
@ -1,10 +1,13 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
{{$NEXT}}
|
1.41_04 Thu 9 Jan 2014
|
||||||
- Updated to SQLite 3.8.1 (ISHIGAKI)
|
- Updated to SQLite 3.8.2 (ISHIGAKI)
|
||||||
- Resolved #90211: Error in documentation (Felix Li)
|
- Resolved #90211: Error in documentation (Felix Li)
|
||||||
- Resolved #89351: DBD-SQLite won't compile on Cygwin 64 bit
|
- Resolved #89351: DBD-SQLite won't compile on Cygwin 64 bit
|
||||||
(Warren Young++) (ISHIGAKI)
|
(Warren Young++) (ISHIGAKI)
|
||||||
|
- Tweaked sqlite_see_if_its_a_number not to guess data types of
|
||||||
|
bind values with explicit type specification (via bind_param()
|
||||||
|
etc) (mje++, ilmari++) (ISHIGAKI)
|
||||||
|
|
||||||
1.41_03 Thu 5 Sep 2013
|
1.41_03 Thu 5 Sep 2013
|
||||||
- Updated to SQLite 3.8.0.2 (ISHIGAKI)
|
- Updated to SQLite 3.8.0.2 (ISHIGAKI)
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
||||||
our $VERSION = '1.41_03';
|
our $VERSION = '1.41_04';
|
||||||
our @ISA = 'DynaLoader';
|
our @ISA = 'DynaLoader';
|
||||||
|
|
||||||
# sqlite_version cache (set in the XS bootstrap)
|
# sqlite_version cache (set in the XS bootstrap)
|
||||||
|
|
|
@ -7,7 +7,7 @@ use Exporter ();
|
||||||
use File::Spec ();
|
use File::Spec ();
|
||||||
use Test::More ();
|
use Test::More ();
|
||||||
|
|
||||||
our $VERSION = '1.41_03';
|
our $VERSION = '1.41_04';
|
||||||
our @ISA = 'Exporter';
|
our @ISA = 'Exporter';
|
||||||
our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
|
our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
|
||||||
our @CALL_FUNCS;
|
our @CALL_FUNCS;
|
||||||
|
|
Loading…
Add table
Reference in a new issue