forked from pool/perl-DBD-SQLite
Accepting request 141532 from devel:languages:perl
- update to 1.37
- Updated to SQLite 3.7.12.1 (ISHIGAKI)
- Tweaked Makefile.PL to behave better during the Bsymbolic
check (HMBRAND)
- Added SQLITE_WITHOUT_ZONEMALLOC for older MacOS X (ISHIGAKI)
- Fix >32bit integer truncation and other sqlite_set_result
condition issue (Yuriy Kaminskiy)
- Fix integer overflow in passing argument to perl function
- Convert unsigned -> int64 when possible (Yuriy Kaminskiy)
- Turned datatype mismatch error (introduced in 1.34_02) into
a warning (you can disable this warning by setting PrintWarn
attribute to false). (ISHIGAKI)
- Refactored sqlite_is_number to fix various corner cases
- 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)
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
Note that this release changed the default schema format
number, that means newly created database files will be
unreadable by SQLite version prior to 3.3.0 (2006-01-10)
(or DBD::SQLite prior to 1.12) unless you explicitly issue
"PRAGMA legacy_file_format=ON".
- Enabled SQLITE_ENABLE_FTS4
- Enabled SQLITE_ENABLE_STAT3
- Resolved #73159: FTS tokenizer segfault (ISHIGAKI)
- Resolved #73787: sqlite_see_if_its_a_number causes a buffer
overflow (ISHIGAKI) (forwarded request 141389 from vitezslav_cizek)
OBS-URL: https://build.opensuse.org/request/show/141532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=27
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff08d1ee50c057d03ab2901aa7896fda2226c30b85c0999f5858cd2a81b4bc7d
|
||||
size 1467375
|
||||
3
DBD-SQLite-1.37.tar.gz
Normal file
3
DBD-SQLite-1.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a131761c58e051be968ec21bef5d7549acfd2ba60dd2bf9ae342aaf8e99e2705
|
||||
size 1515353
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 09:59:00 UTC 2012 - vcizek@suse.com
|
||||
|
||||
- update to 1.37
|
||||
- Updated to SQLite 3.7.12.1 (ISHIGAKI)
|
||||
- Tweaked Makefile.PL to behave better during the Bsymbolic
|
||||
check (HMBRAND)
|
||||
- Added SQLITE_WITHOUT_ZONEMALLOC for older MacOS X (ISHIGAKI)
|
||||
- Fix >32bit integer truncation and other sqlite_set_result
|
||||
condition issue (Yuriy Kaminskiy)
|
||||
- Fix integer overflow in passing argument to perl function
|
||||
- Convert unsigned -> int64 when possible (Yuriy Kaminskiy)
|
||||
- Turned datatype mismatch error (introduced in 1.34_02) into
|
||||
a warning (you can disable this warning by setting PrintWarn
|
||||
attribute to false). (ISHIGAKI)
|
||||
- Refactored sqlite_is_number to fix various corner cases
|
||||
- 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)
|
||||
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
|
||||
Note that this release changed the default schema format
|
||||
number, that means newly created database files will be
|
||||
unreadable by SQLite version prior to 3.3.0 (2006-01-10)
|
||||
(or DBD::SQLite prior to 1.12) unless you explicitly issue
|
||||
"PRAGMA legacy_file_format=ON".
|
||||
- Enabled SQLITE_ENABLE_FTS4
|
||||
- Enabled SQLITE_ENABLE_STAT3
|
||||
- Resolved #73159: FTS tokenizer segfault (ISHIGAKI)
|
||||
- Resolved #73787: sqlite_see_if_its_a_number causes a buffer
|
||||
overflow (ISHIGAKI)
|
||||
- Resolved #73314 for DBD-SQLite: binding of 64bit integers fail
|
||||
on 1.34_02 (ISHIGAKI)
|
||||
- Implemented sqlite_trace and sqlite_profile methods for simpler
|
||||
tracing/profiling; use DBI_TRACE/DBI_PROFILE for more
|
||||
complicated cases (ISHIGAKI)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 01:29:30 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
||||
@@ -15,12 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-DBD-SQLite
|
||||
%define cpan_name DBD-SQLite
|
||||
Summary: Self-contained RDBMS in a DBI Driver
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Version: 1.35
|
||||
Version: 1.37
|
||||
Release: 0
|
||||
Url: http://search.cpan.org/dist/DBD-SQLite/
|
||||
#Source: http://www.cpan.org/modules/by-module/DBD/DBD-SQLite-%{version}.tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user