[Jamwiki-commit] SF.net SVN: jamwiki:[2654] wiki/trunk/jamwiki-web/src/main/java/org/jamwiki /db
Brought to you by:
wrh2
From: <wr...@us...> - 2009-08-02 01:48:18
|
Revision: 2654 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2654&view=rev Author: wrh2 Date: 2009-08-02 01:48:11 +0000 (Sun, 02 Aug 2009) Log Message: ----------- Database: * Move all of the "next available ID" logic out of the DataHandler and into the QueryHandler so that individual databases can override this behavior for performance purposes. For example, MySQL can auto-increment primary key IDs, so this change sets the stage for eliminating the "next available ID" query entirely for that database. Modified Paths: -------------- 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. |