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

Fields in the form or [Aggregation]([Owner].[Table].[Column]) aren't being formatted properly #12

Closed
prasadtad opened this issue Nov 21, 2013 · 1 comment
Assignees
Labels

Comments

@prasadtad
Copy link

For example: "SELECT Count(HumanResources.Employee.EmployeeID) FROM HumanResources.Employee" doesn't work while "SELECT Count(Employee.EmployeeID) FROM Employee" works.

@benlaan
Copy link
Owner

benlaan commented Jun 16, 2015

@prasadtad If you mean that the output looks like this:

SELECT
Count(
HumanResources.Employee.EmployeeID
)
FROM HumanResources.Employee

Then I agree with you! I'll fix this ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants