doctrine 2.19.0+dfsg-1 source package in Ubuntu

Changelog

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

  [ Grégoire Paris ]
  * Deprecate invalid method call

  [ Karoly Gossler ]
  * Add TokenType class (#11228)

  [ Alexander M. Turek ]
  * Remove references to deprecated constants from Lexer (#11234)

  [ Benjamin Eberlei ]
  * Refator array_map into simple loop for performance. (#11332)

  [ Rok Motaln ]
  * Fix SchemaTool::getSchemaFromMetadata() uniqueConstraint without a predefined name (#11314)

 -- David Prévot <email address hidden>  Mon, 04 Mar 2024 14:35:22 +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
Noble release universe php

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.19.0+dfsg-1.dsc 2.0 KiB d3214352d4af497e0fd76417298e38f551f4877ae6fcf91d3b80d29eba0d3d5d
doctrine_2.19.0+dfsg.orig.tar.xz 661.1 KiB ded06d232e32a495e1a7e487de1019091328bdcf763e87df386fd1cbcb53184d
doctrine_2.19.0+dfsg-1.debian.tar.xz 63.5 KiB 7ee41a6eaa9e43924404b7e00a9ef101291eacfb44b87b3dbf011c34c892ec06

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.