8
0

15 Commits

Author SHA256 Message Date
7bfe6a56e6 Accepting request 1268723 from devel:languages:perl:autoupdate
- updated to 0.07053
   see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes
  0.07053 - 2025-03-19
          - fix: properly pass connect_info.options to make_schema_at (gh#59 - thanks @XSven)
          - docs: fix tpyo (gh#26 - thanks @onefloid)

OBS-URL: https://build.opensuse.org/request/show/1268723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=25
2025-04-14 20:42:23 +00:00
5a04867d94 Accepting request 1153629 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1153629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=23
2024-03-07 17:18:56 +00:00
Stephan Kulow
0dc78035d1 Accepting request 1041119 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/1041119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=21
2022-12-10 18:13:29 +00:00
Stephan Kulow
606d707c70 Accepting request 589922 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/589922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=19
2018-04-04 10:14:10 +00:00
505e79017c Accepting request 567959 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/567959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=17
2018-01-22 21:29:37 +00:00
Stephan Kulow
436bedb202 Accepting request 498587 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/498587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=15
2017-05-30 14:14:48 +00:00
5ff03d654b Accepting request 424892 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/424892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=13
2016-09-10 09:40:27 +00:00
Stephan Kulow
aa6c7ddc7d Accepting request 356233 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/356233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=11
2016-01-28 21:13:14 +00:00
Stephan Kulow
9e91d5aa99 Accepting request 307547 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/307547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=9
2015-05-18 05:23:27 +00:00
Stephan Kulow
0460833b6e - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=7
2014-12-02 10:09:08 +00:00
Stephan Kulow
7687cb69ef - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=6
2012-06-01 05:18:28 +00:00
Stephan Kulow
7f70d06392 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=5
2012-01-13 10:39:46 +00:00
Stephan Kulow
e5b059fb3c - update to 0.07012, see Changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=4
2012-01-13 10:29:26 +00:00
Stephan Kulow
1b82c0bba0 - updated to 0.07010
- add result_component_map option
  
       - fix a syntax error in MS Access ADO driver
  
       - rename column_accessor_map to col_accessor_map, the old alias still
         works
       - support MSSQL over DBD::ADO
       - support for MS Access over DBD::ODBC and DBD::ADO
  
       - bump DBIx::Class dep to 0.08127
       - fix MSSQL data types for native client and EasySoft driver
  
       - turn unloading of RelBuilder temp classes back on, now with proper
         check for class existance using Class::Inspector->loaded
       - bump up dep on namespace::clean to avoid breakage with earlier
         versions (RT#65149)
  
       - support extra connect_info options like quote_char for dbicdump
       - fix breakage on perl 5.8.x related to unloading temporary classes
  
       - fix bug with result class methods being cached on in a closure instead
         of the object, which breaks for multiple dynamic schemas in a single
         perl instance
  
       - fix relname/method collisions (RT#62648)
       - fix fully qualified component classes (RT#62624)
       - improve sybase/mssql db_schema detection
       - remove MooseX::NonMoose from Schema files under use_moose=1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=2
2011-04-21 05:22:08 +00:00
Stephan Kulow
274823711f - initial package 0.07002
* created by cpanspec 1.78.03

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=1
2011-01-17 15:53:53 +00:00