doctrine 2.16.1+dfsg-1 source package in Ubuntu

Changelog

doctrine (2.16.1+dfsg-1) unstable; urgency=medium

  [ Matthias Pigulla ]
  * Add an UPGRADE notice about the potential changes in commit order (#10866)
  * Turn identity map collisions from exception to deprecation notice (#10878)
  * Fix broken changeset computation for entities loaded through fetch=EAGER +
    using inheritance (#10884)
  * Document more clearly that the insert order is an implementation detail
    (#10883)
  * Use a dedicated exception for the check added in #10785 (#10881)

  [ Michael Olšavský ]
  * Fix UnitOfWork->originalEntityData is missing not-modified collections
    after computeChangeSet (#9301)

  [ Dieter Beck ]
  * Add possibility to set reportFieldsWhereDeclared to true in ORMSetup
    (#10865)

 -- David Prévot <email address hidden>  Sat, 12 Aug 2023 08:36:05 +0200

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
oldlibs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe php

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.16.1+dfsg-1.dsc 2.0 KiB 749da6bfcc7debb0228d9ed1875e68b3be5897cb0745bd5d3f9e43fd55cc4215
doctrine_2.16.1+dfsg.orig.tar.xz 645.1 KiB 9628ceda9c00528365e1da49003026146e805a990f7a0eb51d9b8a7d60341040
doctrine_2.16.1+dfsg-1.debian.tar.xz 60.8 KiB ffb5a9fef9215ee680adab468c31d9eb171e159113155be93e8c304c415d1120

Available diffs

No changes file available.

Binary packages built by this source

php-doctrine-orm: tool for object-relational mapping

 Object-Relational-Mapper for PHP.
 Doctrine 2 is an object-relational mapper (ORM) for PHP that provides
 transparent persistence for PHP objects. It sits on top of a powerful
 database abstraction layer (DBAL). One of its key features is the
 option to write database queries in a proprietary object oriented SQL
 dialect called Doctrine Query Language (DQL), inspired by Hibernates
 HQL. This provides developers with a powerful alternative to SQL that
 maintains flexibility without requiring unnecessary code duplication.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.