Revisions of perl-DBIx-Class-Schema-Loader

buildservice-autocommit accepted request 1156057 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 24)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1153629 from Tina Müller's avatar Tina Müller (tinita) (revision 23)
- updated to 0.07052
   see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes
  0.07052 - 2024-01-06
          - fix: don't load Test::More in ::Utils
buildservice-autocommit accepted request 1042014 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 22)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1041119 from Tina Müller's avatar Tina Müller (tinita) (revision 21)
- updated to 0.07051
   see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes
  0.07051 - 2022-11-23
          - Make defaulting primary key columns retrieve_on_insert for Pg (GH#28)
  0.07050 - 2022-11-20
          - Revert inlining of String::CamelCase::wordsplit() (RT#125929)
          - Do not require MooseX::MarkAsMethods with only_autoclean=1 (GH#21)
          - Exclude tables in the Oracle Recycle Bin (RT#128149)
buildservice-autocommit accepted request 593457 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 20)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 589922 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
automatic update
buildservice-autocommit accepted request 568418 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 18)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 567959 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
automatic update
buildservice-autocommit accepted request 499781 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 498587 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 15)
automatic update
buildservice-autocommit accepted request 426309 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 14)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 424892 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
automatic update
buildservice-autocommit accepted request 356602 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 356233 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
automatic update
buildservice-autocommit accepted request 307680 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 10)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 307547 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 263724 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 8)
initialized devel package after accepting 263724
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 7)
- updated to 0.07042
         - Fix unescaped left braces in regexes in tests
         - Use undef instead of '%' for the table and type arguments
           to $dbh->tables (fixes breakage with DBD::Pg 3.4.0)
 
 0.07041  2014-08-09
         - Fix many_to_many bridges going back to the same table
         - Don't disconnect after ->load in static mode
           (fixes Pg test failure with the upcoming DBIC 0.082800)
         - Set up Travis smoking (mostly stolen from DBIC)
 
 0.07040  2014-05-27
         - Add options to omit the version and timestamp from the
           generated code (RT#92300)
         - Skip dumping unique indexes with expressions (RT#93613)
         - Fix dumping unique indexes with DBD::Pg < 1.50
         - Fix inconsistent naming of duplicate unique constraints
         - Avoid clobbering caller's $_ (RT#96010)
 
 0.07039  2014-01-06
         - Fix table listing with DBD::DB2 >= 1.85 (RT#91764)
         - Add accessor for the list of (re)generated classes
         - Add dry-run mode for static schema creation
 
 0.07038  2013-11-20
         - Allow coderef maps to call back into the hashref mapping code
         - Fix MySQL column info detection with multiple schemas (RT#82358)
         - Fix skip count for Oracle multi-schema tests
         - Actually test data types that require separate tables
         - Fix national character type sizes on DBD::Oracle >= 1.52
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 6)
- updated to 0.07024
      - work around broken keyseq in DBD::Pg foreign_key_info (RT#77062)
      - properly order FK columns when using base ::DBI loader (SineSwiper)
      - bump Class::Inspector dep to 1.27 due to test failures with earlier
        versions on perl >= 5.15.7 (RT#74236)
      - do separate queries for default_value on Sybase ASE as some servers
        can't join to that table (pcmantz) (RT#74170)
      - set correct size for nchar/nvarchar columns for Sybase ASE,
        depending on @@ncharsize
      - use ::Schema::connect instead of ::Schema::connection in
        make_schema_at (RT#74175)
      - register sources on the schema class, never the instance, regardless
        of how the connection is made for dynamic schemas
      - fix some mro issues under perl 5.8
      - fix some errors due to case issues (RT#75805)
      - skip dbicdump tests on Win32 due to test fails (RT#75732)
      - fix undefined warnings for DBDs without schemas
      - work around ORA-24345 from $dbh->column_info
      - fix spelling mistake in Base POD (RT#74796)
      - *EXPERIMENTAL* support for dumping PostgreSQL schemas inside of a
        transaction
      - use DBI table_info/column_info REMARKS field if/where available for
        table/column comments (SineSwiper)
      - better compatibility with more DBDs (SineSwiper)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 5)
- updated to 0.07015
    - generate many_to_many bridges for targets of link tables
    - fix a bug in the automatic multischema clashing moniker disambiguation
      code that overwrote $loader->moniker_parts
    - automatically prefix database/schema to clashing monikers for
      the same table name in multischema configurations
Displaying revisions 1 - 20 of 24
openSUSE Build Service is sponsored by