doctrine 2.17.3+dfsg-1 source package in Ubuntu

Changelog

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

  [ Bob van de Vijver ]
  * Do not defer eager loading when iterable hint is set

  [ Matthias Pigulla ]
  * Improve topological sort result order
  * Mention in the limitations that private field names cannot be reused
  * Mention that ``postRemove`` may still see removed entities in in-memory
    collections (#11146)
  * Include `ON DELETE CASCADE` associations in the delete order computation
    (#10913)
  * Fix `@SequenceGeneratorDefinition` inheritance, take 1 (#11050)
  * Keep the `declared` mapping information when using attribute overrides
    (#11135)

  [ Grégoire Paris ]
  * Remove redundant tags

 -- David Prévot <email address hidden>  Mon, 22 Jan 2024 22:26:32 +0100

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.17.3+dfsg-1.dsc 2.0 KiB e090f4c2c5c06053d6f027f9321a3651de23d1178fbe6cde0732c46749356087
doctrine_2.17.3+dfsg.orig.tar.xz 657.0 KiB ae2b391556b569d7b7de73accddde01fc050deb7250c6fe9744f260cfce517d5
doctrine_2.17.3+dfsg-1.debian.tar.xz 62.4 KiB a5b97484371dfd14efb052355642d130bb8fdb61d618cbdc603b790b471032ca

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.