doctrine 2.19.5+dfsg-1 source package in Ubuntu

Changelog

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

  [ Tomasz Ryba ]
  * Respect orderBy for EAGER fetch mode

  [ Simon Podlipsky ]
  * fix: always cleanup in `AbstractHydrator::toIterable()` (#11101)

  [ Petr Morávek ]
  * Keep entities in identity map until the scheduled deletions are executed.

  [ W0rma ]
  * Fix deprecation layer

 -- David Prévot <email address hidden>  Thu, 02 May 2024 07:43:48 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.19.5+dfsg-1.dsc 2.0 KiB b08fb9845879ad0a865be03145a58e7182d02eb598e02899a2d23a5425e8a5ab
doctrine_2.19.5+dfsg.orig.tar.xz 663.4 KiB d04bb80fa3fb00c59fb7809365f716e023b3935d2bbe31299313424c949cfb68
doctrine_2.19.5+dfsg-1.debian.tar.xz 64.2 KiB a806945934ac5d22362ef44003c5790ef3ece7e7332d0cacbd5ca6a9bff17ca3

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.