doctrine 2.8.4+dfsg-1 source package in Ubuntu

Changelog

doctrine (2.8.4+dfsg-1) experimental; urgency=medium

  [ Michael Olšavský ]
  * Method hydrateAll() does not take into account possible exception
    from hydrateAllData() which in turn does not call cleanup()

  [ Dmitrii Bezborodnikov ]
  * Return case insensitive check

  [ David Prévot ]
  * Verify upstream signed tag on import
  * Generate phpabtpl at build time

 -- David Prévot <email address hidden>  Thu, 08 Apr 2021 10:03:38 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Experimental
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
oldlibs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.8.4+dfsg-1.dsc 2.0 KiB b040b84391b3aac5450e069b76ca8967bcf7ec499ada8079bc32ff63791ae958
doctrine_2.8.4+dfsg.orig.tar.xz 556.9 KiB a390a896777e2824b6c9a4b8707511cfc1a3611978b8c02446a221636fb15c41
doctrine_2.8.4+dfsg-1.debian.tar.xz 45.4 KiB 7bfa97a3460e249865f6d6f7488a3dae7d614445e429c5821189630ac5a4fba2

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.