[Jamwiki-commit] SF.net SVN: jamwiki:[2810] wiki/trunk
Brought to you by:
wrh2
From: <wr...@us...> - 2009-12-28 06:52:49
|
Revision: 2810 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2810&view=rev Author: wrh2 Date: 2009-12-28 06:52:37 +0000 (Mon, 28 Dec 2009) Log Message: ----------- Performance: * AnsiDataHandler.lookupTopic does not need to use transactions - just re-use the connection (if any) that gets passed to this method. Speedup is minimal if at all. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/DataHandler.java wiki/trunk/jamwiki-core/src/test/java/org/jamwiki/TestDataHandler.java 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/servlets/ItemsServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |