[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 12:30:52 CET 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16485|0                           |1
        is obsolete|                            |

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 16504
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16504&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