SQL Prompt 6.4.1.164
Aaron L
Posts: 596 New member
SQL Prompt 6.4.1.164 - 15th January 2015
This build of SQL Prompt includes:
Full release notes
Version history
6.4.1.164 - 15th January 2015
User feedback
Many thanks for all the suggestions you've submitted on our UserVoice forum, this release includes the following suggestions:
This build of SQL Prompt includes:
- Execute current statement
- Insert semicolons
- Code highlighting
- Use object definition case
- Rename variables and aliases
- Suggestions improvements
- Qualify object names improvements
- Remove square brackets
- Nullability of columns
- Choose environments to install to
- New formatting options
- New tab history options
- Improved loading dialog box
- Support for restricted accounts
- Various usability improvements
- Many bug fixes
Full release notes
Version history
6.4.1.164 - 15th January 2015
- Fix for missing suggestions on SSMS2008R2
- Fix for columns in ORDER BY clause not being qualified (Forum post)
- ApplicationIntent and MultiSubnetFailover properties are now respected for read-only availability groups
- Fix for missing suggestions on some Azure databases
- Fix for missing suggestions in a stored procedure after a virtual column with function call in a DECLARE TABLE statement
- Find Invalid objects now reports errors introduced through changing server compatibility mode
- Tab History maintenance is now run after removing tabs (rather than on startup which may have caused a "database is locked" error)
- Fix for suggestions sometimes not displaying for Azure databases
- Semicolons are now inserted after execute statements without the EXEC/EXECUTE keyword
- Option added for global variables casing
- Option added for automatically inserting column list on an OUTPUT - INTO clause
- CURSORs can now be renamed (with F2) and will have their casing made consistent with declaration if "Use object definition case" is on
- Column aliases are now suggested on ORDER BY clauses
- Column aliases are now suggested from VALUES clauses on SELECT statements
- Improvements to logic for inserting closing quotes and square brackets
- Database names are now suggested from CREATE DATABASE statements in script
- Snippet files are now stored as UTF-8 (instead of UTF-16) to support more diff/merge tools
- Fix for syntax error being reported on valid OUTPUT clause (Forum post)
- Fix for VALUES being inserted after OUTPUT INTO clause (Forum post)
- Fix for snippet indentation
- Wildcard expansion alignment improved when tabs are used as indents
- Fix for exception being thrown with expand wildcards
- Fix for index being incorrectly qualified with table name (Forum post)
- Fix for trigger not being qualified if table name is already qualified (Forum post)
- Fix for semicolon being inserted in wrong position (Forum post)
- Nullability of columns is now shown for variables of type TABLE
- INSERT column highlighting now highlights in both panes if window is split (UserVoice)
- Improved suggestions after a syntax error in script (Forum post)
- Fix for bug with Auto Refresh experimental feature causing initial cache to fail (Forum post)
- Fix for loading dialog box not being displayed (Forum post)
- Fix for duplicate semicolon being inserted after an INSERT with EXEC in it (Forum post)
- Fix for formatting ELSE with semicolon between it and the IF (Forum post)
- Fix for INSERT column highlighting with sub queries inside the SELECT query
- Fix for formatting ELSE statement with semicolons (Forum post)
- Fix for qualify object name using wrong alias if statement is invalid (Forum post)
- Fix for missing column suggestions on table valued function (Forum post)
- Fix for Prompt not providing suggestions on some queries in SSMS2008
User feedback
Many thanks for all the suggestions you've submitted on our UserVoice forum, this release includes the following suggestions:
- Automatic semicolons
- Format SQL to Match Object Case
- Provide support for CLR functions
- Execute current statement/block
- marker on pairs of BEGIN and END on code
- SqlPrompt doesn't understand the Syntax of an update-statement when the table-to-be-updated is aliased
- Suggestions missing for longer T-SQL code
- Allow renaming of variables easily
- Intellisense for system stored procedures
- Autoformat should not indent begin
- Insert Statement Highlighting Column and Value
- Improve "read ahead" for variables
- Qualify column names with table aliases only
- Auto generated INSERT statement is buggy with commas at start
- Fix SQL Case Formatting - Consistent Casing
- Suggest only column names after a Table alias is typed in
- Installation
- Add constraints to column details on column hover
- Intellisense for User Defined Table Types
- Comments that appear before ALTER statement should be preserved
- Add support for spatial functions/methods
- Turn Off Schema Collection
- Smart alias rename
- Aliases - also enclose with square brackets []
- Search Middle of Snippet name
- Extend the column toolstips with the nullable attribute
- Enhance the Format SQL to recognize the WITH clause.
- Add ParserLookBackDistance and ParserLookAheadDistance values to the Options menu
- Anywhere in the script file if the last line below is used it causes an error. CREATE SEQUENCE [dbo].[ReportComparisonSeq] AS INT START WI
- When coding ALTER TABLE xxx DISABLE TRIGGER, list just that table's triggers, not every one on every table
- Add current stored procedure name to prompt
- Stop auto Uppercase conversion of keywords in comments
- Add connection limit for restoring tabs
- Smart rename local
- Please add support for Service Broker Objects
- Autogen insert and commas at the beginning of the statement
- Dot insertion key breaks IP addresses in Linked Servers
- Allow Alias Names to Conflict with Stored Procedure Names
- qualify column names with table: temporary tables
- Bring back native SSMS intellisense when disabling SQL prompt
- Sortable columns
Comments