From: Anton v. S. <an...@ap...> - 2002-05-15 04:05:30
|
I noticed that the external connection done for 0.9.11 wasn't complete: the else clause in RelationalDatabaseSession.disconnect() contained "return conn", which still returned a null. I've changed it to "return c", which returns the connection. This was a really easy change to miss in my original email - I should have commented it... Anton |