[sqlalchemy] Re: Slightly confusing error when session set up incorrectly

2011-06-30 Thread Ben Sizer
On Jun 29, 7:30 pm, Michael Bayer wrote: > On Jun 29, 2011, at 12:24 PM, Ben Sizer wrote: > >OK, this happens a lot with me, if anyone can please recommend what university >I should go to in order to learn to speak english correctlyHere's the >sentence: It's not incorrect, just ambiguou

Re: [sqlalchemy] Re: Slightly confusing error when session set up incorrectly

2011-06-29 Thread Michael Bayer
On Jun 29, 2011, at 12:24 PM, Ben Sizer wrote: > >> the lazy initializing behavior of the Session is documented: >> >> http://www.sqlalchemy.org/docs/orm/session.html#unitofwork-transaction > > Not exactly. It says it maintains a connection for each SQL statement, OK, this happens a lot with

[sqlalchemy] Re: Slightly confusing error when session set up incorrectly

2011-06-29 Thread Ben Sizer
On Jun 29, 6:46 am, Michael Bayer wrote: > On Jun 28, 2011, at 9:34 PM, Ben Sizer wrote: > > > What does the "None None" signify? Would it be possible to change this > > exception to be a bit more descriptive and a little less cryptic? eg. > > Include the URI that failed? > > That error is raised