Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERXKey.Type and NSArray#valueForKey(ERXKey) additions #567

Merged
merged 4 commits into from
May 23, 2015
Merged

ERXKey.Type and NSArray#valueForKey(ERXKey) additions #567

merged 4 commits into from
May 23, 2015

Commits on Apr 20, 2014

  1. Add additional optional ERXKey Types to be able to easily tell if a K…

    …ey represents a Operator (@sum, @flatten, etc.) or a non-model "attribute" or "relationship".
    avendasora committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    2ab2242 View commit details
    Browse the repository at this point in the history
  2. Add valueForKey(ERXKey<T>) to NSArray that returns an NSArray<T>, wit…

    …h options for automatic flattening, distincting, and automatic null-value removal. Greatly simplifies making type-safe calls on to-many relationships and any other NSArray.
    avendasora committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    40626ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18acc04 View commit details
    Browse the repository at this point in the history
  4. Improve Javadoc, add ERXKey(String, String, Type)

    New constructor allows setting both the localization and the Type. I also added "todo" notes regarding evaluating how the new ERXKey.Types work with ERXKeyFilter, specifically in ERRest.
    avendasora committed Apr 20, 2014
    Configuration menu
    Copy the full SHA
    4467360 View commit details
    Browse the repository at this point in the history