I know that arbitrary keyword arguments passed to builders get passed through to SQLAlchemy column objects. However, could you reserve one particular keyword argument (e.g. 'attributes') which can be used to add arbitrary user-defined information at model-definition time, which can then be used by specialised builders? Of course, one could inherit from the existing builders, but I'd rather avoid doing this because for my application, it makes more sense to have different sets of builders for different applications which wrap, rather than inherit from, the Elixir builders.
Any chance? Best regards, Vinay Sajip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
