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

[improvement] find_many returns an associative array #133

Closed
wants to merge 3 commits into from
Closed

[improvement] find_many returns an associative array #133

wants to merge 3 commits into from

Commits on Jun 13, 2013

  1. Added find_many return associative keys. Micro optimizations for Idio…

    …rm and Paris
    
    Added find_many return associative keys. 
    Micro optimizations for Idiorm and Paris.
    set and set_expr returns the instance, to admit a fluent query
    Surt committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    0448036 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2013

  1. select method accepts comma separated values

    It is possible to call the select method this way:
    
    ...->select('id,name,title')->...;
    Surt committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    448e693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed9b16 View commit details
    Browse the repository at this point in the history