mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Prepare for a dev release
This commit is contained in:
parent
b56592cf1b
commit
03eba98081
3 changed files with 3 additions and 3 deletions
2
Changes
2
Changes
|
@ -1,6 +1,6 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
1.34_02 to be released
|
1.34_02 Fri 21 Oct 2011
|
||||||
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
|
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
|
||||||
- Resolved #67581: bind_param SQL_INTEGER numifies value;
|
- Resolved #67581: bind_param SQL_INTEGER numifies value;
|
||||||
Now DBD::SQLite croaks if you explicitly specify datatype
|
Now DBD::SQLite croaks if you explicitly specify datatype
|
||||||
|
|
|
@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version $sqlite_version_number};
|
||||||
use vars qw{%COLLATION};
|
use vars qw{%COLLATION};
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.34_01';
|
$VERSION = '1.34_02';
|
||||||
@ISA = 'DynaLoader';
|
@ISA = 'DynaLoader';
|
||||||
|
|
||||||
# Initialize errors
|
# Initialize errors
|
||||||
|
|
|
@ -11,7 +11,7 @@ use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS};
|
||||||
my $parent;
|
my $parent;
|
||||||
my %dbfiles;
|
my %dbfiles;
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.34_01';
|
$VERSION = '1.34_02';
|
||||||
@ISA = 'Exporter';
|
@ISA = 'Exporter';
|
||||||
@EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
|
@EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS/;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue