forked from pool/perl-DBIx-Class-Schema-Loader
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
7f70d06392
commit
7687cb69ef
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25d3eed91e4a5d8aeedeeaf01ce8d15480ce6ba47dad01414ffdcaff9ecbbcf2
|
|
||||||
size 192668
|
|
3
DBIx-Class-Schema-Loader-0.07024.tar.gz
Normal file
3
DBIx-Class-Schema-Loader-0.07024.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b265478eb79b40b6f65008f365bf2c1c144d73f38b238ba14eb2ec8ced29c379
|
||||||
|
size 198667
|
@@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 1 05:08:27 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 13 10:32:31 UTC 2012 - coolo@suse.com
|
Fri Jan 13 10:32:31 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DBIx-Class-Schema-Loader
|
Name: perl-DBIx-Class-Schema-Loader
|
||||||
Version: 0.07015
|
Version: 0.07024
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DBIx-Class-Schema-Loader
|
%define cpan_name DBIx-Class-Schema-Loader
|
||||||
Summary: Create a DBIx::Class::Schema based on a database
|
Summary: Create a DBIx::Class::Schema based on a database
|
||||||
@@ -32,7 +32,7 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Carp::Clan)
|
BuildRequires: perl(Carp::Clan)
|
||||||
BuildRequires: perl(Class::Accessor::Grouped) >= 0.10002
|
BuildRequires: perl(Class::Accessor::Grouped) >= 0.10002
|
||||||
BuildRequires: perl(Class::C3::Componentised) >= 1.0008
|
BuildRequires: perl(Class::C3::Componentised) >= 1.0008
|
||||||
BuildRequires: perl(Class::Inspector)
|
BuildRequires: perl(Class::Inspector) >= 1.27
|
||||||
BuildRequires: perl(Class::Unload)
|
BuildRequires: perl(Class::Unload)
|
||||||
BuildRequires: perl(Config::Any)
|
BuildRequires: perl(Config::Any)
|
||||||
BuildRequires: perl(Config::General)
|
BuildRequires: perl(Config::General)
|
||||||
@@ -43,6 +43,7 @@ BuildRequires: perl(DBIx::Class::IntrospectableM2M)
|
|||||||
BuildRequires: perl(Data::Dump) >= 1.06
|
BuildRequires: perl(Data::Dump) >= 1.06
|
||||||
BuildRequires: perl(Exporter) >= 5.63
|
BuildRequires: perl(Exporter) >= 5.63
|
||||||
BuildRequires: perl(File::Path) >= 2.07
|
BuildRequires: perl(File::Path) >= 2.07
|
||||||
|
BuildRequires: perl(Hash::Merge)
|
||||||
BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1
|
BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1
|
||||||
BuildRequires: perl(Lingua::EN::Inflect::Phrase) >= 0.02
|
BuildRequires: perl(Lingua::EN::Inflect::Phrase) >= 0.02
|
||||||
BuildRequires: perl(Lingua::EN::Tagger)
|
BuildRequires: perl(Lingua::EN::Tagger)
|
||||||
@@ -116,23 +117,24 @@ BuildRequires: perl(namespace::clean) >= 0.20
|
|||||||
Requires: perl(Carp::Clan)
|
Requires: perl(Carp::Clan)
|
||||||
Requires: perl(Class::Accessor::Grouped) >= 0.10002
|
Requires: perl(Class::Accessor::Grouped) >= 0.10002
|
||||||
Requires: perl(Class::C3::Componentised) >= 1.0008
|
Requires: perl(Class::C3::Componentised) >= 1.0008
|
||||||
Requires: perl(Class::Inspector)
|
Requires: perl(Class::Inspector) >= 1.27
|
||||||
Requires: perl(Class::Unload)
|
Requires: perl(Class::Unload)
|
||||||
Requires: perl(Data::Dump) >= 1.06
|
|
||||||
Requires: perl(DBIx::Class) >= 0.08127
|
Requires: perl(DBIx::Class) >= 0.08127
|
||||||
|
Requires: perl(Data::Dump) >= 1.06
|
||||||
Requires: perl(Exporter) >= 5.63
|
Requires: perl(Exporter) >= 5.63
|
||||||
|
Requires: perl(Hash::Merge)
|
||||||
Requires: perl(Lingua::EN::Inflect::Number) >= 1.1
|
Requires: perl(Lingua::EN::Inflect::Number) >= 1.1
|
||||||
Requires: perl(Lingua::EN::Inflect::Phrase) >= 0.02
|
Requires: perl(Lingua::EN::Inflect::Phrase) >= 0.02
|
||||||
Requires: perl(Lingua::EN::Tagger)
|
Requires: perl(Lingua::EN::Tagger)
|
||||||
Requires: perl(List::MoreUtils)
|
Requires: perl(List::MoreUtils)
|
||||||
Requires: perl(MRO::Compat) >= 0.09
|
Requires: perl(MRO::Compat) >= 0.09
|
||||||
Requires: perl(namespace::clean) >= 0.20
|
|
||||||
Requires: perl(Scope::Guard)
|
Requires: perl(Scope::Guard)
|
||||||
Requires: perl(String::CamelCase) >= 0.02
|
Requires: perl(String::CamelCase) >= 0.02
|
||||||
Requires: perl(String::ToIdentifier::EN) >= 0.05
|
Requires: perl(String::ToIdentifier::EN) >= 0.05
|
||||||
Requires: perl(Sub::Name)
|
Requires: perl(Sub::Name)
|
||||||
Requires: perl(Task::Weaken)
|
Requires: perl(Task::Weaken)
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
|
Requires: perl(namespace::clean) >= 0.20
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -181,6 +183,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes MYMETA.json MYMETA.yml README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user