Commit Graph

6 Commits

Author SHA1 Message Date
JASM2007
2da67567e4 Update mssql.JSON (#1803)
I modified lots of snippets to include the database name so that the user can additionally tab through the database name. I made some quality of life change for the user.  I normalized and standardized snippets to look more like one user created the file rather than each script taking on various flavors from the contributors. I tried to write the comments in the snippets in the same style at the majority of the snippets.  I added highlighting in key areas that were missing it or were not replacing the comments. Additionally there was no snippets for sqlCreateIndex and sqlCreateTempTable which I find standard for SQL users.  Let me know your thoughts! No trying to offend anyone if I changed your code.
2018-07-03 08:42:56 -07:00
Sebastian Pfliegel
e4a0e4e0c1 Add cursor snippet (#475)
* Add cursor snippet

* Workaround to avoid issue #480

Remove SELECT and tab to the place for custom code
2018-01-12 12:39:17 -08:00
Anthony Dresser
8afebd2e10 Extensions Cleanup (#359)
* clean up extensions

* updated copyrights

* formatting
2017-12-20 21:35:52 -08:00
Sebastian Pfliegel
0eb81c9360 Remove sqlExtensionHelp (#312) 2017-12-11 13:03:19 -08:00
Stefán Jökull Sigurðarson
7498e3a6da Fix #153: Fixing sql snippets that failed on a DB with case-sensitive collation. (#152)
* Fixing sql snippets that failed on DBs that are case sensitive.

* Adding .vs/ (Visual Studio Code project dir) to .gitignore.

* Fixing typo.
2017-11-20 13:49:33 -08:00
Karl Burtram
3cdac41339 SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00