mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 22:58:17 -04:00
releng 1.43_09 (yet another rc for 1.44)
This commit is contained in:
parent
3c5267734d
commit
4139bb51bb
3 changed files with 7 additions and 2 deletions
5
Changes
5
Changes
|
@ -1,5 +1,10 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
|
1.43_09 2014-10-20
|
||||||
|
- Resolved #99583: Legacy DOS 8.3 filename support incompatible
|
||||||
|
with SQLITE WAL journal mode (spotted by Pat Horton) (ISHIGAKI)
|
||||||
|
- 1.43_07/08 were not VC6 compatible (ISHIGAKI)
|
||||||
|
|
||||||
1.43_08 2014-08-21
|
1.43_08 2014-08-21
|
||||||
- Updated to SQLite 3.8.6, which should fix a unique index
|
- Updated to SQLite 3.8.6, which should fix a unique index
|
||||||
issue: see http://www.sqlite.org/src/info/9a6daf340df99ba93c
|
issue: see http://www.sqlite.org/src/info/9a6daf340df99ba93c
|
||||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
||||||
our $VERSION = '1.43_08';
|
our $VERSION = '1.43_09';
|
||||||
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.43_08';
|
our $VERSION = '1.43_09';
|
||||||
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