php-mdb2 2.5.0b5-2.1 source package in Ubuntu
Changelog
php-mdb2 (2.5.0b5-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Tue, 14 Jun 2022 15:16:18 +0200
Upload details
- Uploaded by:
- Debian PHP PEAR Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PHP PEAR Maintainers
- Architectures:
- all
- Section:
- php
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | web | |
Noble | release | universe | web | |
Mantic | release | universe | web | |
Lunar | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-mdb2_2.5.0b5-2.1.dsc | 2.0 KiB | e3d69c09bdb6ea51ac6055ceae78240084c2ca824b3df5cd7e610987c0c32bda |
php-mdb2_2.5.0b5.orig.tar.gz | 135.2 KiB | ea095ef57d10873de02c8440d0b23608f0eddab29484eaaa84c86c03529d2192 |
php-mdb2_2.5.0b5-2.1.debian.tar.xz | 3.0 KiB | 0a8006d735244d5989dda962288006dfe05e74e396c36cf47e171616513760f2 |
Available diffs
- diff from 2.5.0b5-2 to 2.5.0b5-2.1 (347 bytes)
No changes file available.
Binary packages built by this source
- php-mdb2: database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction
layers.
.
It provides a common API for all supported RDBMS. The main difference to most
other DB abstraction packages is that MDB2 goes much further to ensure
portability. MDB2 provides most of its many features optionally that
can be used to construct portable SQL statements:
* Object-Oriented API
* A DSN (data source name) or array format for specifying database servers
* Datatype abstraction and on demand datatype conversion
* Various optional fetch modes to fix portability issues
* Portable error codes
* Sequential and non sequential row fetching as well as bulk fetching
* Ability to make buffered and unbuffered queries
* Ordered array and associative array for the fetched rows
* Prepare/execute (bind) named and unnamed placeholder emulation
* Sequence/autoincrement emulation
* Replace emulation
* Limited sub select emulation
* Row limit emulation
* Transactions/savepoint support
* Large Object support
* Index/Unique Key/Primary Key support
* Pattern matching abstraction
* Module framework to load advanced functionality on demand
* Ability to read the information schema
* RDBMS management methods (creating, dropping, altering)
* Reverse engineering schemas from an existing database
* SQL function call abstraction
* Full integration into the PEAR Framework
* PHPDoc API documentation