[Koha-bugs] [Bug 9869] Add object oriented database access system to Koha.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 20 11:36:58 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9869

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 16485
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16485&action=edit
Bug 9869 - Add object oriented database access system to Koha.

This patch adds the framework necessary to enable object oriented
database access to Koha via DBIx::SearchBuilder. The advantage to
SearchBuilder over DBIx::Class is the fact that SearchBuilder does
not require Moose as a prerequisite.

This patch includes only one table class, AuthorisedValues as a
concept test. Each table can be added as neccessary.

Test Plan:
1) Apply patch
2) Run t/db_dependent/SearchBuilder.t

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list