Revisions of perl-DBD-SQLite

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 250230 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 33)
- updated to 1.42
     - Switched to a production version. (ISHIGAKI)
 
 1.41_07 2014-03-13
     - Updated to SQLite 3.8.4.1, which fixed several obscure bugs on
       "ORDER BY" or "DISTINCT". (ISHIGAKI)
 
 1.41_06 2014-02-12
     - Updated to SQLite 3.8.3.1, which fixed a SQLite bug in 3.8.2
       (bundled in DBD::SQLite 1.41_04/5) that could cause queries to
       omit valid out rows. (ISHIGAKI)
 
 1.41_05 2014-01-22
     - Resolved #92322: Failure under heavily parallelized tests
       (ISHIGAKI)
     - Disabled Test::NoWarnings in a test
 
 1.41_04 2014-01-12
     - Updated to SQLite 3.8.2 (ISHIGAKI)
     - Resolved #90211: Error in documentation (Felix Li)
     - Resolved #89351: DBD-SQLite won't compile on Cygwin 64 bit
       (Warren Young++) (ISHIGAKI)
     - Tweaked sqlite_see_if_its_a_number not to guess data types of
       bind values with explicit type specification (via bind_param()
       etc) (mje++, ilmari++) (ISHIGAKI)
 
 1.41_03 2013-09-05
     - Updated to SQLite 3.8.0.2 (ISHIGAKI)
 
 1.41_02 2013-08-30
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 32)
Split 13.2 from Factory
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 31)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 185015 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 30)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 184388 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 29)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 28)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 141532 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 27)
- 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)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125943 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 26)
- Add Group: field to subpackages to allow them to build on
  distributions with older rpm (forwarded request 125856 from jengelh)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 25)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 96613 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
- fix license to be in spdx.org format (forwarded request 96587 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94222 from Pascal Bleser's avatar Pascal Bleser (pbleser) (revision 23)
- update to 1.35:
  * updated to SQLite 3.7.9
  * one small potential break case if you are using FTS4 and ^
- cumulated changes from 1.34*:
  * adding an explicit dynamic_config => 1
  * bind_param SQL_INTEGER error now actually dies with RaiseError
  * CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS:
    - resolved RT#67581: bind_param SQL_INTEGER numifies value;
      now DBD::SQLite croaks if you explicitly specify datatype
      (with bind_param) and datatype mismatch happens
    - datatype set in the bind_param(_array) becomes sticky now
      (as per DBI spec); this potentially affects code depending on
      current undocumented and broken behavior
  * resolved RT#71311: binding output columns as SQL_BLOB returns nothing
  * fixed binding named parameters
  * moved check for bind_ph/is_inout so it always error-out
  * don't set imp_sth->stmt to NULL on error path
  * explained an issue of rollback with unfinished statements
  * made util/getsqlite.pl work properly for SQLite 3.7.5+
  * Cookbook: don't use globals
  * resolved RT#70135 and hopefully other mod_perl/CentOS issues like RT#63873
    and RT#47983
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 22)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 21)
Autobuild autoformatter for 78501
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 78501 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
update to v1.33 from v1.31
Used "osc vc" for once to document changes (forwarded request 78484 from gregfreemyer)
autobuild's avatar autobuild committed (revision 19)
11.4 source split
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 18)
Autobuild autoformatter for 54517
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 54517 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
Accepted submit request 54517 from user coolo
autobuild's avatar autobuild accepted request 49164 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 49164 from user coolo
autobuild's avatar autobuild accepted request 43712 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 15)
Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 43712 from user coolo
autobuild's avatar autobuild committed (revision 14)
release number sync
Displaying revisions 21 - 40 of 53
openSUSE Build Service is sponsored by