Download List

Projeto Descrição

PEAR MDB is a merge of the PEAR DB and Metabase PHP database abstraction layers. It provides a common API for all RDBMS. It features data type abstraction, various fetch modes, emulation for sequences, replace, prepare/execute, row limit, support for LOBs, transactions, XML-based schema management, the PEAR framework, and wrappers for both PEAR DB and Metabase.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-01-12 01:25
1.2

Esta versão corrige problemas com o PHP 5, problemas no MDB:: singleton (), e vários bugs nos drivers (especialmente no Interbase, Frontbase, e controladores de MS-SQL). Acrescenta MDB:: isConnection (), pequenas melhorias para a suite de testes, e uma opção de otimizar.
Tags: Stable
This release fixes issues with PHP 5, issues in MDB::singleton(), and various bugs in the drivers (especially in the Interbase, Frontbase, and MS-SQL drivers). It adds MDB::isConnection(), minor improvements to the test suite, and an optimize option.

2003-06-14 06:31
1.1.3

Esta versão adicionou uma MDB:: function singleton () e um destruidor MDB_Common, e fixa um problema sério em buscar [Uma | Linha | Coronel | Todos], que impediu os conjuntos de resultados sejam liberados corretamente, foram feitas melhorias para a suite de testes gerente, um driver MS SQL foi adicionado (alfa), eo motorista Frontbase foi melhorado.
Tags: Stable, Minor bugfixes
This release added an MDB::singleton() function
and an MDB_Common destructor, and fixed a
serious issue in fetch[One|Row|Col|All] that
prevented result sets from being freed
correctly, Improvements were made to the manager
test suite, an MS SQL driver was added (alpha),
and the Frontbase driver was improved.

2003-04-24 03:52
1.1.2

Isto é principalmente uma bugfix release. Quatro motoristas foram acrescentados novos (Oracle, Frontbase, Interbase e Firebird). Todos get * Valor () métodos (exceto lobValue get * () para agora) agora converter um NULL PHP em um NULL SQL (resultando em mudanças API no tratamento de NULL da Relação get * () e substituir () métodos). REPLACE emulação trabalha agora em uma forma mais semelhante à forma como funciona MySQL REPLACE. O código foi deslocado para fora dos construtores que tentaria retornar objetos erro. Engenharia reversa PostgreSQL foi parcialmente implementado. As aulas MDB_Date agora se comportam de uma maneira mais parecida com PEAR:: Data (especialmente no que diz respeito ao horário de verão).
Tags: Stable, Minor bugfixes
This is mainly a bugfix release. Four new drivers have been added
(Oracle, Frontbase, Interbase, and Firebird). All get*Value() methods
(except get*lobValue() for now) now convert a PHP NULL into an SQL
NULL (resulting in API changes in the NULL handling of the get*Value()
and replace() methods). REPLACE emulation now works in a way more
similar to how MySQL's REPLACE works. The code has been moved out of
the constructors that would attempt to return error objects.
PostgreSQL reverse engineering has been partly implemented. The
MDB_Date classes now behave in a way more similar to PEAR::Date
(especially in regards to daylight savings time).

2002-11-25 01:36
1.1.0

A estrutura de diretório e nomes de classe têm sido PEAR-ized. O conjunto de testes PHPUnit (navegador e CLI) foi adicionado. Há pequenas correções e mudanças de API.
Tags: Stable
The directory structure and class names have been PEAR-ized. The PHPUnit test suite (browser and CLI) has been added. There are minor bugfixes and API changes.

2002-11-14 20:47
1.0.1RC1

A estrutura de diretório e nomes de classe foram PEAR-ized. O conjunto de testes PHPUnit foi adicionado. Minor bugfixes e mudanças na API foram feitas.
Tags: Development, Code cleanup
The directory structure and class names were
PEAR-ized. The PHPUnit test suite was added. Minor
bugfixes and API changes were made.

Project Resources