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

Srdjan Jankovic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Srdjan Jankovic <[email protected]> ---
I propose something even better then - get rid of prepare() all together. For
example:

* GetClassSources():
return $dbh->selectall_hashref("SELECT...", undef, 'cn_source');

* AddClassSource()
return $dbh->do("INSERT...", undef, @params)

etc. How often are those used to get advantage of prepare_cached()?
Good databases (tm) cache queries anyway, however not sure that MySQL does.

-- 
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/

Reply via email to