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

Wrong number of string.Format Arguments in CanonicalFunctions.cs Line 475 #24

Open
wertzui opened this issue Nov 23, 2015 · 0 comments
Open
Labels

Comments

@wertzui
Copy link
Contributor

wertzui commented Nov 23, 2015

The File CanonicalFunctions.cs in the nameSpace Effort.Internal.DbCommandTreeTransformation
has an invalid Format string in Line 475.

throw new NotSupportedException(
    string.Format("Type '{2}' is not supported for '{0}' date function ",
        function.FullName, 
        firstArg.Name));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants