SQL Prompt 7.1 Beta (now closed)
Aaron L
Posts: 596 New member
The stable release announcement can be found here.
Beta closed - thanks to everyone who took part!
This build of SQL Prompt includes:
Version history
7.1.0.244 - 11th January
Feedback
If you have any problems with this release, please post them on this forum.
If you have any suggestions for improvements, please post them on our suggestions forum so other users can vote for them.
Beta closed - thanks to everyone who took part!
This build of SQL Prompt includes:
- Highlight matching objects experimental feature (UserVoice)
- Keyword are now suggested for new 2016 syntax:
- Results grid context menu items in SSMS and Visual Studio 2012 and above:
- Option to disable tab history (UserVoice)
- Tab history now includes a Closed tab (UserVoice)
- Support for using columns in self-joins with Qualify Object Names (Forum post)
- You can now right-click to copy error messages from the database loading dialog box
Version history
7.1.0.244 - 11th January
- Logins are now suggested
- Transactions are now suggested
- Transactions can now be renamed with F2
- Fix for a scalar datatype being treated as table-valued if it has the same name as a table (Forum post)
- Fix for support ticket #57678: index being incorrectly qualified with a table name
- Variables are now suggested and highlighted in more statements
- Ambiguous column message is no longer displayed when running Qualify Object Names (Forum post)
- Fix for SP-5664: "hexadecimal value 0x00, is an invalid character" being displayed when exporting to Excel
- Columns from PIVOT/UNPIVOT clauses are now suggested (UserVoice and UserVoice)
- Additional statements are now supported when using Highlight match objects experimental feature
- Highlight matching objects experimental feature (UserVoice)
- Constraints are now suggested for ALTER TABLE/DROP CONSTRAINT
- Improved performance of column dependencies box
- Reduced memory usage when previewing object creation scripts
- IDENTITY columns are now recognised in table variables (Forum post)
- New JSON functions in 2016 CTP3 are now suggested
- New DROP IF EXISTS syntax in 2016 CTP3 is now suggested
- Excel files exported from results grid now have a datetime format (Forum post)
- Fix for wildcards being expanded using the wrong table (Forum post)
- Added results grid context menu items into Visual Studio 2012 and above
- Added script selection to excel results grid context menu item (UserVoice)
- Fixed bug when using the All non-aggregated columns suggestion in certain circumstances (Forum post)
- Tab history now includes a Closed tab (UserVoice)
- Support for using columns in self-joins with Qualify Object Names (Forum post)
- You can now right-click to copy error messages from the database loading dialog box
- Initial release
Feedback
If you have any problems with this release, please post them on this forum.
If you have any suggestions for improvements, please post them on our suggestions forum so other users can vote for them.
Comments
it seems that download file was not updated to 7.1.0.112.
Best regards,
Klaus
Thank you for finding this!
I've updated the zip file with the new release.
Best regards,
David
thank you for updating the file.
Best regards,
Klaus
bad formatting (FOR XML PATH):
If you could put this and any other formatting suggestions you have in our formatting survey, that would be great.
We're working on upgrading the formatter so that it is more powerful and flexible, so having your suggestions would help a lot.
Best regards,
David
Thanks for identifying this! I can reproduce it and am working on a fix now.
Best regards,
David
If I just highlight "SELECT 1" I can execute it. However when the cursor is somewhere between "SELECT 1" statement and hit SHIFT+F5 it gives following error:
This is what we'd expect to see. If there's an error in the current batch then "Execute current statement" will display an error rather than potentially execute too much or too little (which would be pretty risky).
If you place a "GO" batch separator between the error and the statement you're working on it should be able to accurately execute the current statement for you.
Thanks,
Aaron.
After clicking on the variable name in the declare line, same variable in not highlighted on the second line.