Skip to content

Commit 1c8ae57

Browse files
authored
Merge pull request #350 from TimelordUK/wingyp
Wingyp
2 parents ec3cd57 + acc460d commit 1c8ae57

File tree

9 files changed

+207
-389
lines changed

9 files changed

+207
-389
lines changed

.binding.gyp.un~

-12.6 KB
Binary file not shown.

.package.json.un~

-6.31 KB
Binary file not shown.

.vscode/launch.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
"request": "launch",
2626
"program": "C:/Program Files/nodejs/node.exe",
2727
"args": [
28-
"./node_modules/mocha/bin/mocha.js",
29-
"test/sproc"
28+
"samples/javascript/streaming.js"
29+
// "./node_modules/mocha/bin/mocha.js",
30+
// "test/sproc"
3031
// "test/table-builder"
3132
// "simple-demo"
3233
// "runtest", "-k", "linux",
@@ -41,7 +42,7 @@
4142
// "-t", "multiple-errors",
4243
// "-t", "geography",
4344
// "-t", "tvp",
44-
// "-t", "warnings",
45+
//"-t", "warnings",
4546
// "-t", "txn",
4647
// "-t", "datatypes",
4748
// "-t", "sproc"
@@ -62,10 +63,10 @@
6263
"name": "(gdb) Launch",
6364
"type": "cppdbg",
6465
"request": "launch",
65-
"program": "/home/stephen/.nvm/versions/node/v15.12.0/bin/node",
66+
"program": "C:/ProgramData/nvm/v22.5.1/node",
6667
"args": [
67-
"runtest", "-k", "wsl",
68-
"-t", "prepared",
68+
"samples/javascript/streaming.js",
69+
// "-t", "prepared",
6970
// "-t", "warnings",
7071
// "-t", "bulk",
7172
// "-t", "querycancel",

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platform:
99

1010
environment:
1111
matrix:
12+
- nodejs_version: 22
1213
- nodejs_version: 20
13-
- nodejs_version: 18
1414

1515
test_script:
1616
- ps: Write-Host "msnodesqlv8 test script"

0 commit comments

Comments
 (0)