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 SQLDrives.sql #1228

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Update SQLDrives.sql #1228

merged 1 commit into from
Feb 11, 2025

Conversation

j005e
Copy link
Contributor

@j005e j005e commented Feb 11, 2025

Using UPPER in the SELECT and GROUP BY statements mitigates an issue related to Drive Letter case sensitivity in database file physical paths (e.g., D:\filepath and d:\filepath treated as separate volumes). Issue #1214

Using UPPER in the SELECT and GROUP BY statements mitigates an issue related to Drive Letter case sensitivity in database file physical paths (e.g., D:\filepath and d:\filepath treated as separate volumes).
@DavidWiseman DavidWiseman merged commit 763b9eb into trimble-oss:main Feb 11, 2025
@DavidWiseman
Copy link
Collaborator

Thanks for the PR! I was able to verify the fix. Old vs new:

image

The fix will be included in the next release. If you wanted to build your own release with the fix, go to actions in GitHub on your clone and run the tag and create release action against the branch that has the fix in it. (Or sync the main branch which has the fix now).

@j005e j005e deleted the patch-1 branch February 11, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants