[sqlalchemy] Re: Select.compare()

2010-04-29 Thread dimazest
Thank you for the reply, I was thinking to use something similar. On Apr 28, 11:25 pm, Michael Bayer mike...@zzzcomputing.com wrote: dimazest wrote: Hi all, I faced a problem comparing Selects. It seems that Select.compare() works incorrectly. Here is the code that shows the problem

[sqlalchemy] Select.compare()

2010-04-28 Thread dimazest
Hi all, I faced a problem comparing Selects. It seems that Select.compare() works incorrectly. Here is the code that shows the problem: from sqlalchemy import MetaData from sqlalchemy import Table, Column from sqlalchemy import Integer, String from sqlalchemy import select metadata =

[sqlalchemy] Re: Calling stored procedures through Pylons

2008-09-08 Thread dimazest
hello On Sep 8, 5:11 pm, John Lavoie [EMAIL PROTECTED] wrote: Hi all, I'm using SQLAlchemy in Pylons.  I'm also using Elixir, which was set up based on Jonathan's post here:http://cleverdevil.org/computing/68/ I need to call a stored procedure.  I don't care about return values yet, I