Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion help with getting some sql alchemy binding parameters to work?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rick Harding  
View profile  
 More options Oct 23 2006, 3:35 pm
From: "Rick Harding" <deuce...@gmail.com>
Date: Mon, 23 Oct 2006 15:35:27 -0400
Local: Mon, Oct 23 2006 3:35 pm
Subject: Re: help with getting some sql alchemy binding parameters to work?

On 10/23/06, Jim C. McDonald <jimc.mcdon...@gmail.com> wrote:

> On Oct 23, 1:00 pm, "Rick Harding" <deuce...@gmail.com> wrote:
> Snip...

> > db_egine.text = add_user_query
> > result = db_engine.execute({'username': username,
> >                             'password': password,
> >                             'uid': CONFIG['UID'],
> >                             'gid': CONFIG['GID'],
> >                             'home': '/home/' + username + '/www/'})

> Rick,

> I'm not a SQLAchemy user but is the
> problem as simple as a typo?

> Should
> "db_egine.text = add_user_query"
> be
> "db_engine.text = add_user_query" ?

Sorry, that's a typo in my case of trying to simplify the code. This whole
thing takes place over a couple of functions and I was trying to break it
down into just the required info. Ignore that.

Thanks for taking at look at it though.

Rick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.