-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a bug in NpgsqlQuerySqlGenerator with PgFunctionExpression
- Bug: - Input: PgFunction("abbrev", typeof(string), new [] { inetExpression }) // x.Inet - Before: abbrev("x"."Inet",) - After: abbrev("x"."Inet") - Also includes general cleanup to match project style, remove unused using-statements, etc.
- Loading branch information
1 parent
e7ebb3f
commit c1abc10
Showing
1 changed file
with
35 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters