doctrine 2.11.1+dfsg-1ubuntu2 source package in Ubuntu

Changelog

doctrine (2.11.1+dfsg-1ubuntu2) jammy; urgency=medium

  * No-change rebuild for php-doctrine-dbal 3.3.2

 -- Bryce Harrington <email address hidden>  Wed, 23 Feb 2022 04:57:42 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.11.1+dfsg.orig.tar.xz 602.0 KiB 300f1bb6c8cca3b60faa51aff4db83e68fd76d22baeda273e200c21234b5ba0a
doctrine_2.11.1+dfsg-1ubuntu2.debian.tar.xz 51.4 KiB 409abfe804cd0c5392a04d0e62458d76f3632f7f41d93e974a06edf56415c671
doctrine_2.11.1+dfsg-1ubuntu2.dsc 2.5 KiB 56b148f15eca1e6213371f13b056e92649ad5946715d892681b5896e05f197b8

View changes file

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.