1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

releng 1.41_04

This commit is contained in:
Kenichi Ishigaki 2014-01-09 02:43:43 +09:00
parent f8a45b96f6
commit fc57bda440
3 changed files with 7 additions and 4 deletions

View file

@ -1,10 +1,13 @@
Changes for Perl extension DBD-SQLite
{{$NEXT}}
- Updated to SQLite 3.8.1 (ISHIGAKI)
1.41_04 Thu 9 Jan 2014
- Updated to SQLite 3.8.2 (ISHIGAKI)
- Resolved #90211: Error in documentation (Felix Li)
- Resolved #89351: DBD-SQLite won't compile on Cygwin 64 bit
(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
- Updated to SQLite 3.8.0.2 (ISHIGAKI)

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 ();
use DynaLoader ();
our $VERSION = '1.41_03';
our $VERSION = '1.41_04';
our @ISA = 'DynaLoader';
# sqlite_version cache (set in the XS bootstrap)

View file

@ -7,7 +7,7 @@ use Exporter ();
use File::Spec ();
use Test::More ();
our $VERSION = '1.41_03';
our $VERSION = '1.41_04';
our @ISA = 'Exporter';
our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
our @CALL_FUNCS;