[sqlalchemy] DISTINCT in select_by() ?

2006-11-19 Thread ram
Is it possible to specify a DISTINCT option to select_by()? Couldn't find it in the docs. In general, what select() options does select_by() take, if any? Thx, Rick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[sqlalchemy] is objectstore has a bug?

2006-11-19 Thread [EMAIL PROTECTED]
I have a model like that: #models.py import sqlalchemy.mods.threadlocal from sqlalchemy import * metadata = BoundMetaData('mysql://root:[EMAIL PROTECTED]@localhost/django') metadata.engine.echo = True wikis = Table('wiki_wiki', metadata, Column('id', Integer, primary_key=True),