Aditya Bist
a4376732ce
peek and go to definition less verbose now ( #484 )
...
* peek and go to definition less verbose now
* untabify files
2017-10-10 10:56:10 -07:00
Aditya Bist
7444939335
Task/script refactor ( #478 )
...
* scripting working with race conditions
* new service works with no race conditions
* use new scripting service and commented out tests
* refactored peek definition to use mssql-scripter
* fixed peek definition tests
* removed auto gen comment
* fixed peek definition highlighting bug
* made scripting async and fixed event handlers
* fixed tests (without cancel and plan notifs)
* removed dead code
* added nuget package
* CR comments + select script service implementation
* minor fixes and added test
* CR comments and script select
* added unit tests
* code review comments and cleanup
* fixed failing scripting tests
* fixed failing scripting tests
* fixed select script test
* code review comments
2017-10-05 12:19:08 -07:00
Aditya Bist
05702182ab
Task/script refactor ( #476 )
...
* scripting working with race conditions
* new service works with no race conditions
* use new scripting service and commented out tests
* refactored peek definition to use mssql-scripter
* fixed peek definition tests
* removed auto gen comment
* fixed peek definition highlighting bug
* made scripting async and fixed event handlers
* fixed tests (without cancel and plan notifs)
* removed dead code
* added nuget package
* CR comments + select script service implementation
* minor fixes and added test
* CR comments and script select
* added unit tests
* code review comments and cleanup
* fixed failing scripting tests
2017-10-03 14:41:18 -07:00
Aditya Bist
e7756b0bf1
Task/script refactor ( #446 )
...
* scripting working with race conditions
* new service works with no race conditions
* use new scripting service and commented out tests
* refactored peek definition to use mssql-scripter
* fixed peek definition tests
* removed auto gen comment
* fixed peek definition highlighting bug
* made scripting async and fixed event handlers
* fixed tests (without cancel and plan notifs)
* removed dead code
* added nuget package
* CR comments + select script service implementation
* minor fixes and added test
* CR comments and script select
* added unit tests
* code review comments and cleanup
2017-10-02 12:02:43 -07:00
Aditya Bist
3915688332
added support for more object scripting ( #435 )
...
* added support for more object scripting
* allow using script options in scripting
* added tests for scripting all objects
2017-08-16 17:11:41 -07:00
Aditya Bist
c4227c2e24
fix peek definition integration tests ( #330 )
...
* removed race condition in peek definition test
* temporarily disabled peek definition tests
* fixed peek definition connection race condition
* commented out flaky test
* reenabled peek definition tests by removing race condition
2017-04-26 15:50:00 -07:00
Aditya Bist
009967fee8
fixed bug with batch separators ( #318 )
...
* fixed bug with batch separators
* fixed brackets according to convention
* fixed code review comments
2017-04-25 16:14:11 -07:00
Aditya Bist
cf9a81aec9
Task/batch parser wrapper tests ( #327 )
...
* added more batch parser tests
* fixed merge conflicts
* change debug type to portable
* fixed imports according to review
* fixed sql cmd tests
* making change to check appveyor tests
* removed coverage result file
2017-04-24 09:10:10 -07:00
Aditya Bist
06eddd57f4
Task/batch parser wrapper tests ( #314 )
...
* added more batch parser tests
* fixed merge conflicts
* change debug type to portable
* fixed imports according to review
2017-04-21 11:59:20 -07:00
Aditya Bist
850cf8c3e4
Bug/fix peek definition integration test ( #324 )
...
* removed race condition in peek definition test
* temporarily disabled peek definition tests
* fixed peek definition connection race condition
* commented out flaky test
2017-04-19 14:59:58 -07:00
Aditya Bist
6daadcf8cc
Bug/fix peek definition integration test ( #313 )
...
* removed race condition in peek definition test
* temporarily disabled peek definition tests
* fixed peek definition connection race condition
2017-04-13 16:03:44 -07:00
Aditya Bist
1a384d93b4
Bug/fix peek definition integration test ( #306 )
...
* removed race condition in peek definition test
* temporarily disabled peek definition tests
2017-04-05 16:03:58 -07:00
Aditya Bist
f9138b27df
removed race condition in peek definition test ( #305 )
2017-04-04 17:57:37 -07:00
Aditya Bist
9e8e1df95e
fixed peek definition tokenizing ( #281 )
...
* fixed peek definition tokenizing
* fixed signature help test
* added new heuristic for PeekDefinition behaviour
* added tests for new heuristic
* fixed code according to Kevin's CR
* fixed failing test due to shared connection
* changed uri for procedure test
2017-03-23 13:19:59 -07:00
Aditya Bist
125fe8b0e7
removed mono dependency ( #276 )
2017-03-09 18:02:42 -08:00
Aditya Bist
a54404aa5b
Fix/batch parser tests ( #261 )
...
* changing files to CRLF to change all files to LF
* changed all files to LF
* build on appveyor for the PR
* fixed trace directory path
2017-03-01 13:54:51 -08:00
Aditya Bist
74ba68053b
Fix/batch parser tests ( #256 )
...
* changing files to CRLF to change all files to LF
* changed all files to LF
* build on appveyor for the PR
2017-02-28 11:55:53 -08:00
Aditya Bist
25c5c27a6e
Fix batch parser test ( #239 )
...
* fixed batch parser test
* fix batch parser test
* fix batch parser test
* fixed baseline tests for parser and fixed trace output logic
* Update RunEnvironmentInfo.cs
* checking error logs on AppVeyor
* checking error logs on app veyor
* changed file reading encoding
* adding logs to app veyor build
* changed encoding of baseline files
* added error logs for app veyor
* changed error logs for app veyor
* changed how file stream works in batch parser tests
* changed baseline and testscript encodings
* cleaned code for necessary batch parser tests
2017-02-24 15:49:45 -08:00
Aditya Bist
ab225efe98
fixed batch parser test ( #236 )
2017-02-15 10:16:11 -08:00
Aditya Bist
eb4f2f2b91
port batch parser wrapper ( #232 )
...
* Initial commit for GitHub IO pages
* Add initial doxfx content
* Update manifest.json
* Update manifest.json
* Set theme jekyll-theme-cayman
* Set theme jekyll-theme-slate
* Set theme jekyll-theme-minimal
* Set theme jekyll-theme-tactile
* Clear out theme setting
* Remove API docs
* Revert "Adding Milliseconds to DateTime fields (#173 )" (#197 )
This reverts commit 431dfa4156 .
* ported new BatchParser
* added BatchParser tests
* fixing merge conflicts
* fix build issues
* cleaned code and addressed comments from code review
* addressed code review and made BatchParser logic more efficient
* fixed batch parser tests
* changed class name to fix build issues
* fixed merge conflicts
* added path for lab mode baseline tests
* changed env path for lab mode
* added env variable to appveyor
* testing env variable for appveyor
* fixed lab build
* debug appveyor build
* testing changes for appveyor
* changed trace env path
* debugging appveyor build
* changed baseline env path
* debugging
* debugging
* debugging
* switched on trace flag
* debugging
* debugging
* changed build config
* changed baseline files
* checking baseline output
* changed baseline files
* debug baseline tests
* debugging baseline
* debugging
* debugging
* debug
* debugging
* testing baseline format
* debug
* debug
* debug
* debug
* debug
* newline debug
* changed baseline file
* debug
* test
* try new way to read
* added execution engine tests
* change test
* testing file encoding
* moved execution engine tests to integration
* try compare without spaces
* removed no op test
* added env variable for travis
* put batch parser tests to integration too
* put batch parser in integration
* try new baseline string match
* compare baseline test logic changed
* changed baseline logic as well as cleaned tests
* fix build for travis CI
* fix travis CI issues
* fixed highlighting bugs on vscode
* code review changes
* ported new BatchParser
* added BatchParser tests
* Initial commit for GitHub IO pages
* Add initial doxfx content
* Update manifest.json
* Update manifest.json
* Set theme jekyll-theme-cayman
* Set theme jekyll-theme-slate
* Set theme jekyll-theme-minimal
* Set theme jekyll-theme-tactile
* Clear out theme setting
* Remove API docs
* Revert "Adding Milliseconds to DateTime fields (#173 )" (#197 )
This reverts commit 431dfa4156 .
* fixing merge conflicts
* fix build issues
* cleaned code and addressed comments from code review
* addressed code review and made BatchParser logic more efficient
* fixed batch parser tests
* changed class name to fix build issues
* fixed merge conflicts
* added path for lab mode baseline tests
changed env path for lab mode
added env variable to appveyor
testing env variable for appveyor
fixed lab build
debug appveyor build
testing changes for appveyor
changed trace env path
debugging appveyor build
changed baseline env path
debugging
debugging
debugging
switched on trace flag
debugging
debugging
changed build config
changed baseline files
checking baseline output
changed baseline files
debug baseline tests
debugging baseline
debugging
debugging
debug
debugging
testing baseline format
debug
debug
debug
debug
debug
newline debug
changed baseline file
debug
test
try new way to read
added execution engine tests
change test
testing file encoding
moved execution engine tests to integration
try compare without spaces
removed no op test
added env variable for travis
* put batch parser tests to integration too
* put batch parser in integration
try new baseline string match
* compare baseline test logic changed
* changed baseline logic as well as cleaned tests
* fix build for travis CI
* fix travis CI issues
* fixed highlighting bugs on vscode
* code review changes
* fixed filestream writer test
* added localization string
* added localization string
* generated new string files again
* code review changes
2017-02-10 16:51:26 -08:00
Aditya Bist
1a5685c387
Merge pull request #228 from Microsoft/bug/DisableEscapingForTempTables
...
temp tables not escaped any more
2017-02-10 12:04:05 -08:00
Aditya Bist
c9513890b2
added unit test for temp tables
2017-02-09 18:20:05 -08:00
Aditya Bist
767f689c42
temp tables not escaped any more
2017-02-09 16:23:49 -08:00
Aditya Bist
1a2e802a5d
Merge pull request #191 from Microsoft/customerIssue/escapeReservedWordsAutocomplete
...
reserved words with brackets in autocomplete
2016-12-19 11:25:18 -08:00
Aditya Bist
cde7bd49b3
added tests for new scenario
2016-12-19 10:53:20 -08:00
Aditya Bist
ac28d3b78f
fixed changes according to review
2016-12-15 13:59:34 -08:00
Aditya Bist
6e746efad0
reserved words with brackets in autocomplete
2016-12-15 11:12:36 -08:00