Download List

프로젝트 설명

DBIx-Class is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as Perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query.

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.

2011-01-20 07:33
0.08127

새로운 경고가 추가되었습니다. 개선 / DBD 이상의 경우 MSSQL에서 여러 활성 결과 집합 처리 진단 번호 : : ODBC를이 구현되었습니다. 다른 개선 및 버그수정이 있었다.
Tags: Stable, Minor, improvement
New warnings were added. A number of improvements/diagnostics of multiple active resultset handling on MSSQL over DBD::ODBC were implemented. There were other improvements and bugfixes.

2010-12-27 20:42
0.08125

ResultSource의 columns_info 방법은 한번에 / 정보 열 이름의 여러 쌍을 반환, 추가되었습니다. $ R과 -> 검색 현재 공극 컨텍스트라는 예외를 throw합니다. 다른 변경 사항 및 버그 수정이 있었다.
Tags: Stable, minor feature enhancement
The ResultSource columns_info method was added, which returns multiple pairs of column name/info at once. $rs->search now throws an exception when called in void context. There were other changes and bug fixes.

Project Resources