doctrine 2.13.4+dfsg-1 source package in Ubuntu

Changelog

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

  [ David Romaní ]
  * fix deprecated trigger help comment

  [ Alexander M. Turek ]
  * Remove reference to deprecated DriverChain from docs (#10179)

  [ HypeMC ]
  * Fix change set computation with enums (#10074)

 -- David Prévot <email address hidden>  Sun, 27 Nov 2022 10:29:40 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.13.4+dfsg-1.dsc 2.4 KiB 5397f471179ffc5db6aa3b1c511d915bf1ccdaa4086485dd46a2c70cdb4a82e9
doctrine_2.13.4+dfsg.orig.tar.xz 613.0 KiB fc6b7f6b4ad3e430e8d10e18a22d500cd0065c3019085b65ec892c5b55b97abe
doctrine_2.13.4+dfsg-1.debian.tar.xz 55.5 KiB 09d60e7ff3b65c89ff4e4ff9e211ba165a0d49a192a80090b10be5e7c01c8488

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.