Path to this page:
./
databases/p5-Rose-DB-Object,
Extensible, high performance RDBMS-OO mapper
Branch: CURRENT,
Version: 0.820nb1,
Package name: p5-Rose-DB-Object-0.820nb1,
Maintainer: pkgsrc-usersRose::DB::Object is a base class for objects that encapsulate a
single row in a database table. It provides the following functions:
* Create a row in the database by saving a newly constructed object.
* Initialize an object by loading a row from the database.
* Update a row by saving a modified object back to the database.
* Delete a row from the database.
* Fetch an object referred to by a foreign key in the current object.
(i.e., "one to one" and "many to one" relationships.)
* Fetch multiple objects that refer to the current object, either directly
through foreign keys or indirectly through a mapping table. (i.e., "one
to many" and "many to many" relationships.)
* Load an object along with "foreign objects" that are related through any
of the supported relationship types.
Required to run:[
databases/p5-DBI] [
lang/perl5] [
time/p5-DateTime] [
devel/p5-Bit-Vector] [
devel/p5-List-MoreUtils] [
devel/p5-Clone] [
databases/p5-Rose-DB] [
time/p5-Time-Clock] [
time/p5-Rose-DateTime] [
devel/p5-Rose-Object]
Master sites: (Expand)
Filesize: 558.157 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-Rose-DB-Object-0.820nb1
- (2022-09-19) Updated to version: p5-Rose-DB-Object-0.820
- (2022-06-28) Updated to version: p5-Rose-DB-Object-0.819nb2
- (2021-05-25) Updated to version: p5-Rose-DB-Object-0.819nb1
- (2020-09-07) Updated to version: p5-Rose-DB-Object-0.819
- (2020-08-31) Updated to version: p5-Rose-DB-Object-0.815nb5
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-09-19 18:17:20 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated databases/p5-Rose-DB-Object to 0.820
* Added missing semicolon(!) in Rose::DB::Object::Metadata.
Fiues:
Can't modify undef operator in scalar assignment at \
/usr/pkg/lib/perl5/vendor_perl/5.36.0/Rose/DB/Object/Metadata.pm line 4195, near \
"undef;"
BEGIN not safe after errors--compilation aborted at \
/usr/pkg/lib/perl5/vendor_perl/5.36.0/Rose/DB/Object/Metadata.pm line 4359.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-06 23:43:49 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Rose-DB-Object: update to 0.819.
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.
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|