mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Add explicit CREATE TABLE permission check for table designer (#2128)
This commit is contained in:
@@ -5440,6 +5440,16 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<value>I have read the summary and understand the potential risks.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableDesignerCreateTablePermissionDenied" xml:space="preserve">
|
||||
<value>CREATE TABLE permission denied in database '{0}'.</value>
|
||||
<comment>.
|
||||
Parameters: 0 - db (string) </comment>
|
||||
</data>
|
||||
<data name="TableDesignerAlterTablePermissionDenied" xml:space="preserve">
|
||||
<value>ALTER TABLE permission denied for table '{0}'.</value>
|
||||
<comment>.
|
||||
Parameters: 0 - table (string) </comment>
|
||||
</data>
|
||||
<data name="SqlProjectModelNotFound" xml:space="preserve">
|
||||
<value>Could not find SQL model from project: {0}.</value>
|
||||
<comment>.
|
||||
|
||||
Reference in New Issue
Block a user