1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

releng 1.43_03

This commit is contained in:
Kenichi Ishigaki 2014-06-12 13:59:25 +09:00
parent 3c5225edb6
commit 938f22eb6c
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,8 @@
Changes for Perl extension DBD-SQLite
1.43_03 not yet released
- Updated to SQLite 3.8.5 (ISHIGAKI)
1.43_03 2014-06-12
- Updated to SQLite 3.8.5, which should fix query planner's
issues in SQLite (ISHIGAKI)
- Fixed busy_timeout to accept 0 to disable (reported by zdm)
(ISHIGAKI)
- Resolved #95511: primary_key_info fails to return names for

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 ();
use DynaLoader ();
our $VERSION = '1.43_02';
our $VERSION = '1.43_03';
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.43_02';
our $VERSION = '1.43_03';
our @ISA = 'Exporter';
our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
our @CALL_FUNCS;