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

sp_helpme Case Sensitivity [name] to [Name] in all_objects ORDER BY #207

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

mattcargile
Copy link
Contributor

Description

Issue: Fixes #206 where [name] should be [Name] on case sensitive collations.

How Has This Been Tested?

I ran sp_helpme without parameters on a case sensitive SQL Server 2014 successfully.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have updated the Version number of any scripts modified.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@lowlydba lowlydba changed the base branch from master to development June 22, 2021 18:50
@lowlydba
Copy link
Owner

Thank you again! 🙏🏻

@lowlydba lowlydba merged commit bf00cf7 into lowlydba:development Jun 22, 2021
@mattcargile mattcargile deleted the helpme_query_CS_orderby branch June 22, 2021 22:01
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.

[Bug] sp_helpme - Case [name] in all_objects ORDER BY
2 participants