On 10/10/07, n-org <[EMAIL PROTECTED]> wrote: > > That solves it. > > I assume that means I can use any of those SA parameters in an Elixir > declaration (very useful).
Yes, mostly. You can use all SA parameters which don't use column objects as argument. In fact, all parameters that are not handled explicitely by Elixir are forwarded to SA, but those which ask a column object must be translated by Elixir or they won't work. Some of those arguments are translated (order_by, primary_key mapper argument, ...), and in that case are documented in Elixir proper. Does this make any sense to you? (this is a really important point and I'd like people to understand it). -- Gaƫtan de Menten http://openhex.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 -~----------~----~----~----~------~----~------~--~---
