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

Fix for #133. Compatibility for custom IDbSet<> #134 #135

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix for #133. Compatibility for custom IDbSet<> #134 #135

wants to merge 3 commits into from

Commits on Oct 21, 2014

  1. Fix for #133. Compatibility for custom IDbSet<>

    Fix for #133. Adds compatibility for custom `IDbSet<>` implementations
    by looking for an `ObjectQuery` property after trying the existing
    checks
    cocowalla committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    e8e08e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d16661b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Fix for #14. Use hash of SQL as cache key

    Fix for #14. Build cache key from a hash of the SQL that will be
    executed, along with any parameters and their values.
    
    With the previous expression-based method, parameters and their values
    were *not* being included in the cache key when `Include()` was used.
    cocowalla committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    d5aa503 View commit details
    Browse the repository at this point in the history