Posts
Sort by recent activity
Bug: variable default value is not set for snippet (10.0.1.12389)
Reproduce steps:* Add following text as snippet Code: "SELECT 1 as $var$* Enter default value for variable and hit Tab (not Enter)* Click on Save* Find new snipped and open Edit dialog --> the defa...
ADS SQL Prompt extension
What is the best channel to give suggestions/feedback for ADS extension? Should it be just sent to the email, or can it be posted here for example?
Snippets are not picked as the first suggestion in the quick list
I expect to snippets be the first option when you type. For example here after hitting "d" then TAB it is expected that snippet would be inserted instead of suggested object.
SQL Prompt 9.5.9.107...
Can't install SQL Search - This version of this product is already installed
I've upgraded the SSMS to v18 and SQL Search stopped working after that. I've uninstalled it and tried to install again,. Now I'm trying to install it again and getting following error message:I've...
BUG: Incorrect formatting
Comments opening tag is indented after format. V 9.4.16.9097
CREATE VIEW test
Bug in formatting
Following code throws error when trying to format:SELECT 'IN','MI','OH','CT','MA','ME','NH','NJ','NY','PA','RI','VT','DE','MD','NC','SC','VA','WV','DC','AR','LA','OK','TX','NM','KY','MS','TN','AL',...
Is it possible to grammatically identify is SQL Prompt is enabled
Is it possible to identify is SQL Prompt enabled or not? VS/SSMS?If yes, then is it possible to try to enable it or even provide License key to it?
SQL Prompt throws error when trying to use intellisense
Preparation:
USE master
GOCREATE DATABASE test_sqlpromt_bug;GOUSE test_sqlpromt_bugGOCREATE TABLE dbo.test (a int)CREATE UNIQUE NONCLUSTERED INDEX [idx] ON [dbo].test (a) ON [PRIMARY]GOCREATE DATAB...
SQL Format doesn't format function
I have latest SQL Prompt - 9.1.2.4363 (07th March). Following function can't be formatted and the error "Error laying out sql" is returned. Tried on both SSMS (v17.5) and VS 2017 (15.5.3)CREATE FUN...