6 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: Cannot Drop my Table!
FromSent OnAttachments
vbgunz26 Dec 2006 23:55 
vbgunz27 Dec 2006 01:02 
Michael Bayer27 Dec 2006 12:35 
vbgunz27 Dec 2006 13:20 
Michael Bayer27 Dec 2006 14:28 
vbgunz28 Dec 2006 00:27 
Subject:[sqlalchemy] Re: Cannot Drop my Table!
From:vbgunz (vbg@gmail.com)
Date:12/27/2006 01:20:05 PM
List:com.googlegroups.sqlalchemy

OK. In the end, I wish to do web development. An explicit connection sounds good if I were the only person using the system *but* I'd plan on having more than several at any one time. I would like to pick up good habits now. Would you suggest the best habit to pick up now is simply closing my connections with close()?

By the way, the close() method is I would assume available to all ClauseElements. When in doubt, should I close()?