[Jamwiki-commit] SF.net SVN: jamwiki:[2787] wiki/trunk
Brought to you by:
wrh2
From: <wr...@us...> - 2009-12-10 06:07:14
|
Revision: 2787 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2787&view=rev Author: wrh2 Date: 2009-12-10 06:07:06 +0000 (Thu, 10 Dec 2009) Log Message: ----------- Performance: * Refactor AnsiDataHandler.addCategory and QueryHandler.insertCategory to avoid an unnecessary query for topic ID - this method is only called when adding / updating a topic, so the ID is already available and should not be queried. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/AnsiDataHandler.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/AnsiQueryHandler.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/db/QueryHandler.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |