Bugs item #1547004, was opened at 2006-08-26 08:05
Message generated for change (Settings changed) made by phd
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=1547004&group_id=74338
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: DBM
Group: SQLObject from repository
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: elpargo (elpargo)
Assigned to: Nobody/Anonymous (nobody)
Summary: SQLObject does not reconnect
Initial Comment:
this is from the 0.7bug fix branch
a lot of background has been created on this in
Turbogears bug tracker.
mainly in
http://trac.turbogears.org/turbogears/ticket/872
http://trac.turbogears.org/turbogears/ticket/781
Basically the connection after being idle is drop and
SO engine is not aware of this.
Many patches have been proposed but none accepted.
----------------------------------------------------------------------
Comment By: Oleg Broytman (phd)
Date: 2007-03-06 18:23
Message:
Logged In: YES
user_id=4799
Originator: NO
Partially fixed: in the revisions 2396-2399 there were patches that allows
autoreconnect for MySQLdb 1.2.2+.
----------------------------------------------------------------------
Comment By: sophana (sophana)
Date: 2006-12-10 23:56
Message:
Logged In: YES
user_id=931678
Originator: NO
I think the best solution is the one included in this mysqldb patch. The
reconnection is handled directly in the mysql C api with an option.
The problem Is that this option is only available from mysql 5.0.x
http://sourceforge.net/tracker/index.php?func=detail&aid=1483074&group_id=22307&atid=374934
Other problem this patch is for mysqldb 1.2.1p2 which has problems with
unicode.
Have to see if the patch is already applied or applicable to 1.2.2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=1547004&group_id=74338
|