[sqlalchemy] Re: new Engine document

2007-07-07 Thread Neil Blakey-Milner
On 7/6/07, Michael Bayer [EMAIL PROTECTED] wrote: I just wrote this but haven't had time to carefully proof it...if people have corrections / comments let me know. I think this is a lot easier to understand - thanks and well done. Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED]

[sqlalchemy] Re: new Engine document

2007-07-07 Thread Michael Bayer
i edited further, and its now the normal doc on the site. one thing I completely spaced on, is i got explcit / implicit wrong. the way im using these terms now (i.e. in the book), are: explicit: connection.execute(statement) explicit connectionless: engine.execute(statement) implicit