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

copy column names improvements #87

Closed
adamfoneil opened this issue Apr 18, 2023 · 1 comment
Closed

copy column names improvements #87

adamfoneil opened this issue Apr 18, 2023 · 1 comment

Comments

@adamfoneil
Copy link
Owner

adamfoneil commented Apr 18, 2023

I need to backfill a number of SELECT * queries explicit column names. There is a copy column names feature, but it has some hardcoded formatting that is problematic in my target use case. (It does some line-wrapping at a fixed point.) I can use Red Gate SQL Prompt in SSMS to get column names, but it has some annoyances as far as the placement of the comma (you can't easily choose the beginning or end of the line), and it has hardcoded line breaks.

Let's add some options for customizing the column name output including

  • comma placement (beginning or end of line)
  • line wrapping (fixed line char length, column per line)
  • shortcut key for quickly invoking from a selected table node
adamfoneil added a commit that referenced this issue Apr 19, 2023
adamfoneil added a commit that referenced this issue Apr 19, 2023
@adamfoneil
Copy link
Owner Author

adamfoneil commented Apr 19, 2023

Short demo on this (no audio), OneDrive

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

No branches or pull requests

1 participant