Revisions of perl-DBIx-Class

buildservice-autocommit accepted request 980490 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 35)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 979941 from Tina Müller's avatar Tina Müller (tinita) (revision 34)
- updated to 0.082843
   see /usr/share/doc/packages/perl-DBIx-Class/Changes
  0.082843 2022-05-17 10:50 (UTC)
      * Fixes
          - Adjust tests to account for DBD::SQLite's column_info() no longer
            being case-preserving in recent versions
          - Fix t/storage/replicated.t relying on no-longer-available module
          - Adjust t/53lean_startup.t to work around spurious changes in
            Perl5 core (GH#143)
buildservice-autocommit accepted request 816286 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 33)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 815918 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
- updated to 0.082842
   see /usr/share/doc/packages/perl-DBIx-Class/Changes
  0.082842 2020-06-16 20:10 (UTC)
      * New Features
          - An on_connect rebase_sqlmaker call allowing experimentation with
            non-core SQL generators on a per-$schema-instance basis
            https://is.gd/DBIC_rebase_sqlmaker
          - Automatically detect and use multi-column IN on recent versions of
            libsqlite: ... WHERE ( foo, bar ) IN ( SELECT foo, bar FROM ... )
      * Fixes
          - Fix silent failure to retrieve a primary key (RT#80283) or worse:
            returning an incorrect value (RT#115381) in case a rdbms-side autoinc
            column is declared as PK with the is_auto_increment attribute unset
          - Fix overly-aggressive condition unrolling, corrupting custom ops with
            array arguments (RT#132390)
          - Fix docs on how to properly use Moo(se) in ResultSet's, and fix a
            corner case of ->count not functioning properly when the old recipe
            was being used (GH#105)
          - Fix incorrect ::Storage->_ping() behavior under Sybase (RT#114214)
          - Work around breakage in Hash::Merge by soft-requiring Clone as part
            of the replicated subsystem (RT#124321)
      * Misc
          - DBIC_TRACE_PROFILE=... now uses a ::Storage::Statistics subclass
            DBIx::Class::Storage::Debug::PrettyTrace which properly ships as a
            part of this distrinbution
          - Switch out SQL::Abstract dependency with a slower moving dist
          - Remove Data::Page dependency by inlining its entirety into the core
            DBIx::Class::ResultSet::Pager (RT#130686)
buildservice-autocommit accepted request 573772 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 573747 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 30)
automatic update
buildservice-autocommit accepted request 532554 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 29)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 531051 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 28)
- patch the Makefile to build with perl 5.26
buildservice-autocommit accepted request 404387 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 27)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 404114 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 26)
automatic update
buildservice-autocommit accepted request 359215 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 25)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 359155 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
automatic update
buildservice-autocommit accepted request 336884 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 23)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 336845 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 22)
- workaround a spurious openSUSE:Leap:42.1 test failure 
  in "skipped" t/cdbi/mk_group_accessors.t
  with a BuildRequires:  perl(Class::DBI)
buildservice-autocommit accepted request 297531 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 297461 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 20)
automatic update
buildservice-autocommit accepted request 261573 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 18)
- updated to 0.082810
     * Fixes
         - Fix incorrect collapsing-parser source being generated in the
           presence of unicode data among the collapse-points
         - Fix endless loop on BareSourcelessResultClass->throw_exception(...)
 
     * Misc
         - Depend on newer SQL::Abstract (fixing overly-aggressive parenthesis
           opener: RT#99503)
         - Depend on newer Moo, fixing some interoperability issues:
           http://lists.scsys.co.uk/pipermail/dbix-class/2014-October/011787.html
 
 0.082801 2014-10-05 23:55 (UTC)
     * Known Issues
         - Passing large amounts of objects with stringification overload
           directly to DBIx::Class may result in strange action at a distance
           exceptions. More info (and a workaround description) can be found
           under "Note" at https://metacpan.org/pod/SQL::Abstract#is_plain_value
         - The relationship condition resolution fixes come with the side effect
           of returning more complete data, tripping up *some* users of an
           undocumented but widely used internal function. In particular
           https://rt.cpan.org/Ticket/Display.html?id=91375#txn-1407239
 
     * Notable Changes and Deprecations
         - DBIC::FilterColumn now properly bypasses \'' and \[] literals, just
           like the rest of DBIC
         - DBIC::FilterColumn "from_storage" handler is now invoked on NULLs
           returned from storage
         - find() now throws an exception if some of the supplied values are
           managed by DBIC::FilterColumn (RT#95054)
buildservice-autocommit accepted request 224984 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 16)
update
Displaying revisions 1 - 20 of 35
openSUSE Build Service is sponsored by