https://bugs.gpodder.org/show_bug.cgi?id=1198

--- Comment #4 from Thomas Perl <[email protected]> 2010-11-20 20:11:35 GMT ---
(In reply to comment #3)
> This is happening because upgrade_table calls recreate_table to fill in 
> default
> values on channels_save before upgrade_table adds the new columns.  So
> recreate_table tries to "UPDATE channels_save SET feed_update_enabled = 1 
> where
> feed_update_enabled IS NULL" , but the feed_update_enabled column exists only
> on the new table (channels) and not on the old table (channels_save).

Could you create a patch against dbsqlite.py in the Git repository for this and
submit it here? I'd be happy to include this in the  next release to avoid
further breakage :)

-- 
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

Reply via email to