Hi folks,
Unfortunately, hpodder was not passing along the underlying SQL condition
that caused this problem. I have released hpodder 1.1.1 that adds the below
patch. It should now pass on the SQL problem that caused this. Please
upgrade to 1.1.1, or rebuild with the below patch, and let me know what
error you get after using 1.1.1.
Thanks,
-- John
Wed Feb 13 10:51:48 CST 2008 John Goerzen <[EMAIL PROTECTED]>
* Make sure we get the SQL error for everything
refs deb#404977, deb#465038
diff -rN -u old-hpodder/hpodder.hs new-hpodder/hpodder.hs
--- old-hpodder/hpodder.hs 2008-02-13 10:57:56.907328541 -0600
+++ new-hpodder/hpodder.hs 2008-02-13 10:57:56.907328541 -0600
@@ -45,7 +45,7 @@
import Utils
import Database.HDBC
-main =
+main = handleSqlError $
do updateGlobalLogger "" (setLevel INFO)
argv <- getArgs
let (optargs, commandargs) = span (isPrefixOf "-") argv
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]