i am new to elixir and sqlalchemy and i'm having difficulties figuring out what query options are supported by elixir - the elixir tutorial at http://elixir.ematia.de/tutorial.html only uses 'get_by()' - i found one other posted example at http://hoscilo.pypla.net/2007/03/19/sqlalchemy-elixir-and-pylons-round-one/ showing 'select_by()' and 'join_via()'
when i look at the sqlalchemy data mapping docs at http://www.sqlalchemy.org/docs/datamapping.html i see a host of other possibilities e.g. 'join()', 'filter()', etc, but when i try these with elixir entities, they fail the elixir docs i've seen don't enumerate what the options for querying are and when i took at look at the Entity module source at http://elixir.ematia.de/elixir/entity.py.html i got lost very quickly any help appreciated - thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
