doctrine 2.13.3+dfsg-1 source package in Ubuntu

Changelog

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

  [ HypeMC ]
  * Fix using enums with the QueryBuilder

  [ Grégoire Paris ]
  * Remove return type override

 -- David Prévot <email address hidden>  Mon, 10 Oct 2022 08:04:20 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.13.3+dfsg-1.dsc 2.0 KiB a2ac5e15428cddb4de2eb033e6f75b1324ed924cc52ba8e5ee8aa4de0309309e
doctrine_2.13.3+dfsg.orig.tar.xz 612.8 KiB d634aa54ee471c50f641f9fa552018d40420bb32c7b05214e3d62ccdc866f947
doctrine_2.13.3+dfsg-1.debian.tar.xz 55.1 KiB c4c5ee5e47d210341d7bd9ef3ee7ef20d2c50601dbe632470c0b2f419ca4f953

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.