Re: [sqlalchemy] Re: Another tutorial!

2010-02-09 Thread Chris Withers
Mike Driscoll wrote: On Feb 4, 10:36 am, John Trammell jo...@holmescorp.com wrote: You made some serious blunders. Check your comments on the blog post. It looks like Werner found the same issue that Simon already told me about. This has been fixed per Simon's notes. I also found that I

[sqlalchemy] Re: Another tutorial!

2010-02-04 Thread Mike Driscoll
On Feb 4, 4:24 am, King Simon-NFHD78 simon.k...@motorola.com wrote: -Original Message- From: sqlalchemy@googlegroups.com [mailto:sqlalch...@googlegroups.com] On Behalf Of Mike Driscoll Sent: 04 February 2010 03:34 To: sqlalchemy Subject: [sqlalchemy] Another tutorial! Hi,

RE: [sqlalchemy] Re: Another tutorial!

2010-02-04 Thread King Simon-NFHD78
Mike Driscoll wrote: On Feb 4, 8:30 am, Mike Driscoll kyoso...@gmail.com wrote: On Feb 4, 4:24 am, King Simon-NFHD78 simon.k...@motorola.com wrote: [SNIP] Not a serious blunder, but I think there may be a small mistake in part 2, where you describe updating an email address:

[sqlalchemy] Re: Another tutorial!

2010-02-04 Thread Mike Driscoll
On Feb 4, 9:26 am, King Simon-NFHD78 simon.k...@motorola.com wrote: Mike Driscoll wrote: On Feb 4, 8:30 am, Mike Driscoll kyoso...@gmail.com wrote: On Feb 4, 4:24 am, King Simon-NFHD78 simon.k...@motorola.com wrote: [SNIP] Not a serious blunder, but I think there may be a

RE: [sqlalchemy] Re: Another tutorial!

2010-02-04 Thread King Simon-NFHD78
Mike Driscoll wrote: Thanks Simon! That made sense. I've fixed my example to match what you said. Sorry about that. - Mike No problem. I'm afraid you still have a typo though. You have: addresses[0].email_address = Address(pr...@marvel.com) Whereas you want:

[sqlalchemy] Re: Another tutorial!

2010-02-04 Thread Mike Driscoll
Simon, On Feb 4, 10:15 am, King Simon-NFHD78 simon.k...@motorola.com wrote: Mike Driscoll wrote: Thanks Simon! That made sense. I've fixed my example to match what you said. Sorry about that. - Mike No problem. I'm afraid you still have a typo though. You have:  

[sqlalchemy] Re: Another tutorial!

2010-02-04 Thread Mike Driscoll
On Feb 4, 10:36 am, John Trammell jo...@holmescorp.com wrote: You made some serious blunders.  Check your comments on the blog post. It looks like Werner found the same issue that Simon already told me about. This has been fixed per Simon's notes. I also found that I forgot to import