diff -r e4345a26f81f -r 2ff819fa5be1 org/sonews/storage/impl/JDBCDatabase.java --- a/org/sonews/storage/impl/JDBCDatabase.java Wed Aug 26 10:55:59 2009 +0200 +++ b/org/sonews/storage/impl/JDBCDatabase.java Wed Aug 26 17:04:04 2009 +0200 @@ -1743,6 +1743,17 @@ } } + @Override + public boolean update(Article article) + throws StorageBackendException + { + // DELETE FROM headers WHERE article_id = ? + + // INSERT INTO headers ... + + // SELECT * FROM postings WHERE article_id = ? AND group_id = ? + } + /** * Writes the flags and the name of the given group to the database. * @param group