https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22407

--- Comment #11 from Martin Renvoize <martin.renvo...@ptfs-europe.com> ---
We could also use 'skip_relationships' in our dbicdump script to prevent
outputting superfluous relationships given we can't/won't use them until we've
manually written code in the corresponding Koha::Object class.. this way we
would end up being much more explicit about what relationships were building
(and as such reduce the load time/run time memory use form building massive
dbic object full of unreachable expensive relationship accessors.

That.. or we could start using the dbic recommended way of doing db work and go
from schema to database rather than the other way around 😉 and ditch the script
entirely.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to