Revisions of perl-DBD-SQLite

buildservice-autocommit accepted request 250230 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 42)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 41)
update
buildservice-autocommit accepted request 185015 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 40)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 39)
- updated to 1.40
    - NetBSD also doesn't like the _XOPEN_SOURCE hack (ISHIGAKI)
    - Resolved #86080: PATCH: statistics_info support (DDICK)
buildservice-autocommit accepted request 184388 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 38)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 37)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 36)
- updated to 1.39
 1.39 Fri 31 May 2013                                                                                                                                                                                                                        
     - Production release, no changes from 1.38_05                                                                                                                                                                                           
                                                                                                                                                                                                                                             
 1.38_05 Fri 31 May 2013                                                                                                                                                                                                                     
     - OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI)                                                                                                                                                                       
     - Disabled a unicode-related test for older perls (ISHIGAKI)                                                                                                                                                                            
                                                                                                                                                                                                                                             
 1.38_04 Wed 29 May 2013                                                                                                                                                                                                                     
     - Tentatively defined _XOPEN_SOURCE under *BSD systems to see                                                                                                                                                                           
       if it solves a compilation issue for threaded perls (ISHIGAKI)                                                                                                                                                                        
                                                                                                                                                                                                                                             
 1.38_03 Mon 20 May 2013                                                                                                                                                                                                                     
     *** NOTICE ON QUERY OPTIMIZER ENHANCEMENT ***                                                                                                                                                                                           
     - As of SQLite 3.7.15, SQLite's query optimizer was enhanced                                                                                                                                                                            
       and the result order of a SELECT statement without an ORDER                                                                                                                                                                           
       BY clause may be different from the one of the previous                                                                                                                                                                               
       versions. If your applications or tests mistakenly depend                                                                                                                                                                             
       on the arbitrary output order, they may be broken with this                                                                                                                                                                           
       enhancement.                                                                                                                                                                                                                          
                                                                                                                                                                                                                                             
     - Updated to SQLite 3.7.17 (ISHIGAKI)
     - Fixed tests that mistakenly made invalid assumptions about
       the result order (ISHIGAKI)
     - Added a brief note on useful pragmata. (ISHIGAKI)
     - Resolved #85302: type fixes (ISHIGAKI)
 
 1.38_02 Thu 4 Apr 2013
     - Updated to SQLite 3.7.16.1 (ISHIGAKI)
     - Removed two obsolete pragma calls at login time (ISHIGAKI)
buildservice-autocommit accepted request 141532 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 35)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 141389 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 34)
- 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)
buildservice-autocommit accepted request 125943 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 33)
baserev update by copy to link target
Christian Wittmer's avatar Christian Wittmer (computersalat) accepted request 125856 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 32)
- Add Group: field to subpackages to allow them to build on
  distributions with older rpm
buildservice-autocommit accepted request 96613 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 31)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 96587 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 30)
- fix license to be in spdx.org format
buildservice-autocommit accepted request 94222 from Pascal Bleser's avatar Pascal Bleser (pbleser) (revision 29)
baserev update by copy to link target
_service committed (revision 28)
generated via source service
Pascal Bleser's avatar Pascal Bleser (pbleser) committed (revision 27)
- 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
buildservice-autocommit accepted request 78501 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 78484 from Greg Freemyer's avatar Greg Freemyer (gregfreemyer) (revision 25)
update to v1.33 from v1.31
Used "osc vc" for once to document changes
buildservice-autocommit accepted request 54517 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 23)
always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
Displaying revisions 41 - 60 of 82
openSUSE Build Service is sponsored by