Skip to content

Update sql-sp-generation.instructions.md #149

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

Merged
merged 1 commit into from
Aug 4, 2025

Conversation

twitthoeft-gls
Copy link
Contributor

@twitthoeft-gls twitthoeft-gls commented Aug 3, 2025

Updating per #103

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run node update-readme.js and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@Copilot Copilot AI review requested due to automatic review settings August 3, 2025 03:05
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the SQL stored procedure naming conventions in the instruction file, changing the recommended prefix from 'sp_' to 'usp_' and updating all related examples to reflect this change.

  • Changes stored procedure prefix recommendation from 'sp_' to 'usp_'
  • Updates all example procedure names to use the new 'usp_' prefix
  • Maintains consistency across all naming convention examples

@aaronpowell aaronpowell merged commit 617acae into github:main Aug 4, 2025
2 checks passed
@twitthoeft-gls twitthoeft-gls deleted the patch-1 branch August 4, 2025 04:28
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