doctrine 2.14.1+dfsg-1 source package in Ubuntu

Changelog

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

  [ HypeMC ]
  * Ensure consistent original data with enums

  [ Alexander M. Turek ]
  * Include parameter types in hydration cache key generation (#10355)

  [ Nicolas Grekas ]
  * Fix initializing lazy objects and get rid of "Typed property must not be
    accessed before initialization" errors

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Wed, 18 Jan 2023 08:17:02 +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
Lunar release universe php

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.14.1+dfsg-1.dsc 2.0 KiB 108c0a4a99823288f19758475b09bbca6f3ec27fc946214b810f86cbcf07cecf
doctrine_2.14.1+dfsg.orig.tar.xz 621.5 KiB d27bdc159b1a940133c5c40eac6d49e2dc0a4cc6b3232731784967b243cb7f2f
doctrine_2.14.1+dfsg-1.debian.tar.xz 57.0 KiB 542e16ef6f22f52c11ee4addd038ef28743ceee01df694c66c4592d0662138d4

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.