doctrine 2.18.0+dfsg-1 source package in Ubuntu

Changelog

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

  [ Grégoire Paris ]
  * Flatten directory tree
  * Allow doctrine/lexer 3
  * Look for lib remnants in hidden files
  * Remove remaining submodules (#11183)
  * Use a more specific type for getSqlStatements()

  [ David Prévot ]
  * Adapt packaging to new usptream layout

 -- David Prévot <email address hidden>  Mon, 05 Feb 2024 00:21:14 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.18.0+dfsg-1.dsc 2.0 KiB f209588b53ce07e0e267753dba501a49bba0d3b480788374d671ac42ae2b95f6
doctrine_2.18.0+dfsg.orig.tar.xz 658.1 KiB 386e824549b2d4fd967dbe779ee4c11358beeb2213492afaf0207592697cdb20
doctrine_2.18.0+dfsg-1.debian.tar.xz 62.7 KiB d01caba4cfe21376264585ed0b4cae93699e541dcf0a832cd8272a0e6ee11eba

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.