mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
updated Changes and versions
This commit is contained in:
parent
45e13b272b
commit
a823c437f6
3 changed files with 10 additions and 2 deletions
8
Changes
8
Changes
|
@ -1,5 +1,13 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.36_02 please release this
|
||||
- Downgraded SQLite to 3.7.9, as 3.7.10 turned out to be
|
||||
broken on the latest MacOS X (due to a missing symbol),
|
||||
and broke other modules that typically use temporary tables
|
||||
under a few environments too. As of this writing, would-be
|
||||
3.7.11 seems fine, but it would take another month to be
|
||||
released. (ISHIGAKI)
|
||||
|
||||
1.36_01 Thu 19 Jan 2012
|
||||
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
|
||||
- Updated to SQLite 3.7.10 (ISHIGAKI)
|
||||
|
|
|
@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number};
|
|||
use vars qw{%COLLATION};
|
||||
|
||||
BEGIN {
|
||||
$VERSION = '1.36_01';
|
||||
$VERSION = '1.36_02';
|
||||
@ISA = 'DynaLoader';
|
||||
|
||||
# Initialize errors
|
||||
|
|
|
@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
|
|||
my $parent;
|
||||
my %dbfiles;
|
||||
BEGIN {
|
||||
$VERSION = '1.36_01';
|
||||
$VERSION = '1.36_02';
|
||||
@ISA = 'Exporter';
|
||||
@EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue