doctrine 2.7.0-2 source package in Ubuntu

Changelog

doctrine (2.7.0-2) unstable; urgency=medium

  * Ignore Doctrine\Common\Persistence deprecation
  * Set upstream metadata fields: Bug-Submit.

 -- David Prévot <email address hidden>  Wed, 25 Dec 2019 21:51:50 +1100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.7.0-2.dsc 1.8 KiB 987c07a7c601ebf86c73f5b184f1cd97de81eb85edba95be835c32d61ea2e06e
doctrine_2.7.0.orig.tar.xz 556.1 KiB dcf09f206fb48f3deaeda1018e9ddaaa5ae8613ac51453fa0a8e6b34d931a51d
doctrine_2.7.0-2.debian.tar.xz 58.3 KiB 8313caa4c1ea08d4d8dd19c2cef1139fcfb52937d1b65f038cbba785bd289b99

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.