Download List

프로젝트 설명

The DBIWrapper is a Perl Module that provides for easier access to databases using DBI. It supports MySQL, PostgreSQL, and ODBC DBD modules. High level methods for reading, writing, commiting, and rolling back transactions to the database are provided. XML or DBI data structures can be used.

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.

2005-10-18 09:10
0.22

DBD : : Sybase에 지금은 공식적으로 지원됩니다 GetData ... 방법 (getDataArray, getDataArrayHeader, getDataHash, getDataHashHeader) 모든 방법을 적절하게베이스가 반환할 수있는 가능한 여러 결과 집합을 처리 알아요. getId ()에 마지막으로 삽입된 행의 ID를 반환 추가했다.
Tags: Stable, Major feature enhancements
DBD::Sybase is now officially supported and the getData... methods (getDataArray, getDataArrayHeader, getDataHash, getDataHashHeader) all know how to properly handle the possible multiple result sets that Sybase can return. getID() was added for returning the ID of the last inserted row.

2005-04-01 16:59
0.21

이 릴리스에는 개선된 오류 인프라 Portal에서 오류 처리를 본따서 처리 : 추가 : 기본 코드 PCXPortal 프로젝트에서 개발했다.
Tags: Stable, Major feature enhancements
This release adds a revamped error handling infrastructure modeled after
the error handling in the Portal::Base code developed in the PCXPortal
project.

2004-06-30 22:48
0.20

주요 변화는 HTML 미리보기를 지정된 SQL SELECT 문을의 출력을 포함하는 반환 readHTML () 메서드에 추가되었습니다. 생성된 HTML을 CSS를 통해 고도로 사용자 정의할 수있습니다. 사소한 변경 부울 지원 기능을 1로 변환할뿐만 아니라 / 0를 true / false로됩니다.
Tags: Stable, Major feature enhancements
The major change is the addition of the readHTML() method, which returns an HTML snippet containing the output of the specified SQL select statement. The generated HTML is highly customizable via CSS. The minor changes are the addition of boolean support functions to convert from 1/0 to true/false.

2004-03-16 23:35
0.19

이 릴리스에는 몇 가지 수정 데비안 패키징 dependacy 문제가 어디에 libdbd 및 libdbi 아니라 펄 버전의 C 버전을 제안했다. 읽기, readXML, 작성 방법을 선택 setError 하나의 인자를 허용하는 대신 모든 인수를 이름으로 통과를 요구하는 주요 인자로 취급 업데이 트되었습니다. 들어, readXML, 읽기 및 쓰기,이 인수는 SQL이다. 자세한 내용은 man 페이지를 참조하십시오.
Tags: Stable, Minor feature enhancements
This release fixes some Debian packaging dependacy issues where it was suggesting the C versions of libdbd and libdbi, not the Perl versions. The read, readXML, write, and setError methods were updated to optionally accept a single argument and treat it as the major argument instead of requiring that every argument be passed by name. For read, readXML, and write, this argument is SQL. See the man page for more details.

2002-10-12 01:53
0.18

해결되었습니다 (그리고 모든 오류) 보도했다 XML을 모듈에 오류 코드를 처리기만이 첫 번째 오류를 반환했습니다.
Tags: Stable, Minor bugfixes
The error code handler in the XML modules that was only returning the first error reported (and not all errors) has been fixed.

Project Resources