 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
Mindflux
Joined: 25 May 2013 Posts: 846 Country: United States |
|
ALTER PROC vs ALTER PROCEDURE |
|
ALTER PROC (shorthand) does not give the $OBJECT$ list for procedures like alter procedure does. Is this intentional?
http://screencast.com/t/69piTnQzGz7
|
|
Thu Jun 06, 2013 1:23 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
SQL Assistant is not currently supporting abbreviated keywords. Only full keywords are supported. Please use ALTER PROCEDURE instead, or type ALT, then press twrice Arrow Down key then Space
|
|
Thu Jun 06, 2013 4:18 pm |
|
 |
Mindflux
Joined: 25 May 2013 Posts: 846 Country: United States |
|
|
|
 |
 |
SQL Assistant is not currently supporting abbreviated keywords. Only full keywords are supported. Please use ALTER PROCEDURE instead, or type ALT, then press twrice Arrow Down key then Space |
Maybe in the future the abbreviations will work as well. :)
|
|
Thu Jun 06, 2013 7:40 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
If you don't use the pre-configured code snippet named proc, you can add your own proc snippet and choose "Last char" option for Key Char. The snippet code could be as simple as
 |
 |
$OBJECT(proc)$ |
macro. This will make SQL Assistant automatically display a popup listing all procedures after you type PROC. Note that there is a leading space in the snippet code to separate keyword PROC and the inserted object name.
|
|
Thu Jun 06, 2013 9:18 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|