17 results found
-
Option to put commas at beginning of line rather than end - Revisit in 3.5.61
This was closed, but seems to be missing from version 3.5.61
Option to put commas at beginning of line rather than end
http://devart.uservoice.com/forums/87893-sql-complete/suggestions/1325453-option-to-put-commas-at-beginning-of-line-rather-tFor example:
SELECT Col1
, Col2
, Col3etc.
5 votes -
format: db Identifier case issue,it does not work for similarly named columns
When you format text based on
Text Case > Identifier Case > As in database
It does not work as expected.
e.g. supposedly i have some tables definitionsCREATE TABLE DUCK1(Abc int)
CREATE TABLE DUCK2(aBc int)CREATE TABLE DUCK3(abC int)
I these are the statements i want to format
select d.abc from duck2 as d
select d.abc FROM duck3 as d
but what i get after formatting is this
SELECT d.aBc FROM DUCK2 AS d
SELECT d.aBc FROM DUCK3 AS dthis is not what was expected.
4 votesIn case there are multiple objects with different case in the database, dbForge remembers the case of the first found identifier in the database and uses it for all identifiers with this name.
-
mark statement to exclude in execution history
Possibility to exclude lines of code in execution history that include senitive date (username and/or password)
example:
-- run code in sqlcmd mode
:connect [servername] -U my_account -P T0pS3cretP@ssw0rd!3 votes -
3 votes
-
Custom SQL file extensions.
All of our SQL scripts are in TFS so I tend to open them in Visual Studio, edit them there, and check'em back in. However, where I work, each "script type" has a different extension (not ".sql"). For example, a procedure script would be ".prc", table ".tab", view ".viw" etc... I'm not necessary in agreement with these naming conventions, but I have to deal with them nevertheless. The problem relating to SQL Complete is that these extension types are not recognized so I get none of those juicy features we all love. The only way around it is to change…
3 votessee comments
-
3 votes
this feature is present in SSMS 2008 editor
-
table alies prefix in pivot wrong
When using PIVOT the columns are prefixed with the table alias of the table inside of the pivot and nog with the alias of the pivot
2 votes -
Make the intellisense work - redgate's products work
New and outrages functionality
1 vote -
Alias casing variation between columns and table Alias
When creating a formatting profile there is only one selection for Alias casing, in my personal experience my column alias casing differs from my table alias.
EX:
Select
det.name AS UserName
, det.id AS UserId
, det.phone AS UserPhone
, det.description AS UserBio
FROM dbo.exampletable detwhen running through my formaterr with the setting Alias Case set to 'Lower' it changes my column alias's whether they are snake_Case PascalCase to lower
TLDR : have a setting to alter column alias case individually rather than a global alias case option
1 vote -
Suggest joins for columns from cross/outer apply
When doing a join on a table to a cross/outer apply function, intellisense doesn't suggest any joins based on column names like it does for joins on tables/views
1 vote -
Add ability deleting formatting profiles
The point 'Delete' is disable in the context menu in
SQL Complete->Options->Formatting->Profiles1 vote -
UPDATE statement expansion has "WHERE ID = DEFAULT" as the WHERE clause
"WHERE ID = DEFAULT" is not a valid WHERE clause
1 vote -
not show user defined variable in option
not show user defined variable in option
1 vote -
Prametirired Queries
I want to be able to write parametirased queries like select * from table where id = @id. When i try to run that sql compare can ask me about values of the parameters.
1 vote -
Improve "Execute current statement"
The current statement is not executed when it is commented out.
If i have the following query and attempt to execute it, SSMS says "Command(s) completed successfully.". The query is not actually executed.
-- select * from table11 vote -
Ability to choose which SQL server to activate dbForge SQL Complete
If I have to work with multiple versions of sql server, decide which server / version sql server enable auto-complete
1 vote -
Show fields Binary (BLOB) in the result of a select
When you run a SELECT query that contains a BLOB field would be nice to offer the option to display in Hexadecimal format, Image, Text, etc.. In addition to allow edit or delete them
1 voteThis feature is out of the product scope.
- Don't see your idea?