vscode/extensions/sql
Eshwar Andhavarapu 940466f144 Addition of USE EXEC OPENQUERY syntax
USE is used to select a database in SQL Server when a database is connected to.
EXEC and OPENQUERY are both used to get data on other servers.

I have grouped this with the VALUES keyword as EXEC/OPENQUERY are dealing with similar data.
I have also added USE into this dictionart as I felt it is cleaner than adding into dictionary keyword.other.DML.sql but let me know if you disagree.
2016-06-23 13:30:24 +02:00
..
syntaxes Addition of USE EXEC OPENQUERY syntax 2016-06-23 13:30:24 +02:00
test [colorize tests] update test result data 2016-04-11 21:28:19 +02:00
OSSREADME.json Hello Code 2015-11-13 14:39:38 +01:00
package.json Hello Code 2015-11-13 14:39:38 +01:00
sql.configuration.json [sql] autoclosing & surrounding pairs 2016-04-21 23:03:32 +02:00