Bugs item #1577323, was opened at 2006-10-14 12:01 Message generated for change (Comment added) made by pcmacdon 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: Open 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: Peter MacDonald (pcmacdon) Date: 2006-10-15 20: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 14: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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

