Gregory W. Bond wrote:

> i am new to elixir and sqlalchemy and i'm having difficulties figuring
> out what query options are supported by elixir.

Currently, Elixir utilizes the `assign_mapper` SQLAlchemy plugin,
which gives Entity objects a range of capabilities.  The SQLAlchemy
documentation gives some additional info here:

http://www.sqlalchemy.org/docs/documentation.html#plugins_assignmapper

We have discussed removing the use of assign_mapper from Elixir, and
implementing the same functionality on the base Entity class so that
we can better support and document these capabilities, but haven't
gotten around to actually doing it yet.

Good luck -

--
Jonathan LaCour
http://cleverdevil.org


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to