Skip to content

Commit

Permalink
Improve test coverage and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaksn committed Oct 22, 2024
1 parent dc4befe commit c5d332f
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,6 @@ IEnumerable<string> GetIdentificationCodeEntityTableJoinColumnNames(Entity ident
.Select(p => p.ColumnName(_databaseEngine, p.PropertyName)).ToArray();
}
}

public static string IdentificationCodeEntityTableAlias() => IdentificationCodeTableAlias;
}
Loading

0 comments on commit c5d332f

Please sign in to comment.