http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9869
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16504|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall <[email protected]> --- Created attachment 16507 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16507&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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
