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

Update EntitySpaces/Providers/EntitySpaces.MySqlClientProvider/Cache.cs #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2012

  1. Update EntitySpaces/Providers/EntitySpaces.MySqlClientProvider/Cache.cs

    The current version built the cached parameter names from "col.PropertyName". But when we are using field names with underscore (for example: "customer_id"), it causes (silent catched) exceptions in module DataProvider.cs and perhaps in other modules handling primary keys, too.
    rhueller committed Nov 15, 2012
    Configuration menu
    Copy the full SHA
    d70de0b View commit details
    Browse the repository at this point in the history