Files
perl-Rose-DB-Object/perl-Rose-DB-Object.changes
Tina Müller 922b0e95ed Accepting request 1236709 from devel:languages:perl:autoupdate
- updated to 0.822.0 (0.822)
   see /usr/share/doc/packages/perl-Rose-DB-Object/Changes
  0.822 (01.06.2025) - John Siracusa <siracusa@gmail.com>
      * Replaced List::MoreUtils with List::Util. (Patch by github.com/plicease)
  0.821 (10.20.2024) - John Siracusa <siracusa@gmail.com>
      * Fixed a bug in generated trigger methods for foreign keys and many-
        to-one relationships (RT 156245)

OBS-URL: https://build.opensuse.org/request/show/1236709
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Rose-DB-Object?expand=0&rev=7
2025-01-13 21:47:07 +00:00

201 lines
7.8 KiB
Plaintext

-------------------------------------------------------------------
Tue Jan 7 05:34:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.822.0 (0.822)
see /usr/share/doc/packages/perl-Rose-DB-Object/Changes
0.822 (01.06.2025) - John Siracusa <siracusa@gmail.com>
* Replaced List::MoreUtils with List::Util. (Patch by github.com/plicease)
0.821 (10.20.2024) - John Siracusa <siracusa@gmail.com>
* Fixed a bug in generated trigger methods for foreign keys and many-
to-one relationships (RT 156245)
-------------------------------------------------------------------
Sun Jun 27 03:08:49 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.820
see /usr/share/doc/packages/perl-Rose-DB-Object/Changes
0.820 (06.26.2021) - John Siracusa <siracusa@gmail.com>
* Added missing semicolon(!) in Rose::DB::Object::Metadata.
-------------------------------------------------------------------
Wed Jun 17 03:15:26 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.819
see /usr/share/doc/packages/perl-Rose-DB-Object/Changes
0.819 (06.16.2020) - John Siracusa <siracusa@gmail.com>
* Attempt to fix a failing test by adding a workaround for an undef
return value from crypt().
0.818 (06.08.2020) - John Siracusa <siracusa@gmail.com>
* Fixed tests that were failing due to "future" dates that are
now in the past (RT 132782)
0.817 (04.05.2020) - John Siracusa <siracusa@gmail.com>
* Added missing module load in Rose::DB::Object::Metadata::Util
(RT 132300)
0.816 (04.03.2020) - John Siracusa <siracusa@gmail.com>
* Updated to support DBD::Pg 3.8.0 and later.
-------------------------------------------------------------------
Thu Apr 16 19:42:24 UTC 2015 - coolo@suse.com
- updated to 0.815
see /usr/share/doc/packages/perl-Rose-DB-Object/Changes
0.815 (03.17.2015) - John Siracusa <siracusa@gmail.com>
* Updated more project URLs.
0.814 (03.17.2015) - John Siracusa <siracusa@gmail.com>
* Updated project URLs.
0.813 (11.07.2014) - John Siracusa <siracusa@gmail.com>
* Added prepare_options parameter to get_objects_iterator_from_sql() and
get_objects_from_sql() Manager methods (RT 98014)
0.812 (11.07.2014) - John Siracusa <siracusa@gmail.com>
* Second attempt to address precision and scale mix-ups in auto-loaded
numeric column metadata.
* Fixed get_objects_count() with custom select lists and distinct
(Reported by Alexander Karelas)
* Fixed precision and scale references in the tutorial (RT 96079)
* Fixed an incorrect method name in the Rose::DB::Object::Helpers
documentation (RT 97602)
* Fixed a bug where save() parameters were not passed to map record
save() calls (RT 98730)
* Corrected a typo in the documentation (RT 94100)
* Updated tests to work with DBD::Pg versions greater than 2.x.x.
0.811 (03.21.2014) - John Siracusa <siracusa@gmail.com>
* Fixed a bug that prevented many-to-many map records from being saved
to the database (RT 93531)
0.810 (01.18.2014) - John Siracusa <siracusa@gmail.com>
* Improved automated installation detection (RT 92255)
0.809 (12.04.2013) - John Siracusa <siracusa@gmail.com>
* Corrected precision and scale for auto-loaded numeric column metadata.
(Reported by Justin Hawkins)
0.808 (11.03.2013) - John Siracusa <siracusa@gmail.com>
* Fixed typos.
0.807 (08.28.2013) - John Siracusa <siracusa@gmail.com>
* Fixed inheritance of Rose::DB::Object::Cached's cached_objects_expire_in
attribute. (Patch by Frank Wesemann)
0.806 (06.08.2013) - John Siracusa <siracusa@gmail.com>
* Updated iterator leak test to work on perl 5.17.* and later (RT 86000)
0.805 (03.10.2013) - John Siracusa <siracusa@gmail.com>
* Changed the recommended Oracle trigger PL/SQL to avoid sequence gaps.
(Patch by Tom Adamo.)
* Updated several Manager calls in bench.pl, adding the inject_results
parameter.
0.804 (02.01.2013) - John Siracusa <siracusa@gmail.com>
* Fixed some test failures on perl 5.16.2, mysql 5.5.29, and DBD::Pg 2.19.3.
0.803 (01.04.2013) - John Siracusa <siracusa@gmail.com>
* Make char column's parse_value() method honor a column's overflow
attribute when handling column values that are too long.
* Correct length value in column overflow error messages.
0.802 (01.03.2013) - John Siracusa <siracusa@gmail.com>
* Make varchar column's parse_value() method honor a column's overflow
attribute when handling column values that are too long.
0.801 (11.24.2012) - John Siracusa <siracusa@gmail.com>
* Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
errors in the test suite. (Patch by Sergey Leschenko.)
0.800 (09.09.2012) - John Siracusa <siracusa@gmail.com>
* Correct tests to account for the Loader's init_db generation fix
in 0.799 behavior (RT 79526)
0.799 (08.10.2012) - John Siracusa <siracusa@gmail.com>
* Added column type mappings for varchar2, nvarchar, and nvarchar2.
(Suggested by Chris Campise)
* Fixed some typos in the Loader documentation (RT 78860)
* Fixed a Loader bug that caused the base class's init_db method to
be ignored (RT 78571)
0.798 (04.04.2012) - John Siracusa <siracusa@gmail.com>
* Fixed a typo in the Rose::DB::Object::Manager documentation.
* Fixed a bug that caused save() not to throw an exception when
a transaction could not be started (Reported by jdv79)
* Converted some uses of each() to keys() to avoid iteration
state bugs (RT 75773)
* Corrected a broken POD link in the one-to-many relationship
documentation. (Reported by Nee)
0.797 (11.21.2011) - John Siracusa <siracusa@gmail.com>
* Fixed a bug that prevented explicitly disabling/enabling column
triggers from working (RT 72592)
0.796 (10.18.2011) - John Siracusa <siracusa@gmail.com>
* Use ENGINE=InnoDB instead of TYPE=InnoDB in MySQL table creation
statements to avoid an incompatibility with MySQL 5.5 (RT 71757)
0.795 (07.14.2011) - John Siracusa <siracusa@gmail.com>
* The Loader now passes the Manager class name as a second argument to
module_preamble and module_postamble subroutines to allow Manager
classes to be distinguished from object classes.
* Corrected a typo in the ConventionManager documentation ("objs_"
should be "_objs")
* Fixed a bug that caused load-on-demand columns to be loaded by
load(with => ...) method calls. (Reported by Marlon Bailey)
-------------------------------------------------------------------
Thu Apr 16 19:41:50 UTC 2015 - coolo@suse.com
- updated to 0.796
see /usr/share/doc/packages/perl-Rose-DB-Object/Changes
0.796 (10.18.2011) - John Siracusa <siracusa@gmail.com>
* Use ENGINE=InnoDB instead of TYPE=InnoDB in MySQL table creation
statements to avoid an incompatibility with MySQL 5.5 (RT 71757)
0.795 (07.14.2011) - John Siracusa <siracusa@gmail.com>
* The Loader now passes the Manager class name as a second argument to
module_preamble and module_postamble subroutines to allow Manager
classes to be distinguished from object classes.
* Corrected a typo in the ConventionManager documentation ("objs_"
should be "_objs")
* Fixed a bug that caused load-on-demand columns to be loaded by
load(with => ...) method calls. (Reported by Marlon Bailey)
-------------------------------------------------------------------
Thu Feb 17 15:21:33 UTC 2011 - jw@novell.com
- needed by lxoffice-erp
- initial pull from CPAN with cpanspec_obs
- initial package 0.794
* created by cpanspec 1.78.03