https://bugs.gpodder.org/show_bug.cgi?id=726
Stefan Kögl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #3 from Stefan Kögl <[email protected]> 2009-12-30 12:02:05 GMT --- implemented SuggestionEntry.forUser(user) in http://repo.or.cz/w/mygpo.git/commitdiff/e199bfc The procedure update_suggestion now creates new suggestions only for users with outdated suggestions, but it still contains DELETE FROM suggestion; Shouldn't that only delete suggestions that are going to be updated? Additionally, shouldn't the column user.suggestion_up_to_date contain a default value, so that the (non-existant) suggestions of new users are considered out-of-date? -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
