|
From: SourceForge.net <no...@so...> - 2006-10-16 20:27:12
|
Bugs item #1577323, was opened at 2006-10-14 21:01 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379806&aid=1577323&group_id=23824 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: Peter MacDonald (pcmacdon) Assigned to: Nobody/Anonymous (nobody) Summary: sqlite error messages being discarded Initial Comment: Rather than just letting sqlite error messages be discarded, this patch copies them into error_message so that we get more than just a blank string . ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2006-10-16 22:27 Message: Logged In: YES user_id=85809 As mentioned by pcmacdon, the bug is better dealt with in the libdbi-drivers project. For followups please see bug #1577808. ---------------------------------------------------------------------- Comment By: Peter MacDonald (pcmacdon) Date: 2006-10-16 05:09 Message: Logged In: YES user_id=190660 BTW: After the fact, I submitted this same but to the libdbi-drivers bug page: https://sourceforge.net/tracker/?func=detail&atid=512945&aid=1577808&group_id=65979 ---------------------------------------------------------------------- Comment By: Peter MacDonald (pcmacdon) Date: 2006-10-16 05:04 Message: Logged In: YES user_id=190660 It won't. The problem here is that the sqlite error message coming back in "errmsg" is never looked at, and it never gets copied to conn->error_message. Haven't tried the patch yet, but I think it will work for the core dump. ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2006-10-15 23:50 Message: Logged In: YES user_id=85809 This is an alternative patch that is supposed to make the patch for #1577286 unnecessary. The patch is currently only for SQLite. Could you please check whether this patch fixes the problems of this bug report and those of #1577286? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379806&aid=1577323&group_id=23824 |