Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add TDS8.0 Support for tedious #1522

Merged
merged 42 commits into from
Jul 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
4b27035
feat: add support for TDS8.0
MichaelSun90 Jul 19, 2022
96c88cb
Merge branch 'master' into NewTLSSupport
mShan0 Feb 2, 2023
60c1a38
fix: fix type check for `options.encrypt` (#1517)
mShan0 Feb 8, 2023
bf32f85
chore: Add logic for read secure context
MichaelSun90 Feb 8, 2023
e458d12
chore: update the PR based on the comments
MichaelSun90 Feb 15, 2023
2165a2a
chore: add logic for read secure context
MichaelSun90 Feb 8, 2023
3a9213a
chore: update the PR based on the comments
MichaelSun90 Feb 15, 2023
f654831
Merge branch 'NewTLSSupport' of https://github.com/tediousjs/tedious …
MichaelSun90 Feb 15, 2023
39b1379
Merge branch 'master' into NewTLSSupport
MichaelSun90 Feb 16, 2023
b31c287
chore: changes based on comments
MichaelSun90 Feb 17, 2023
eabc9d5
Merge branch 'NewTLSSupport' of https://github.com/tediousjs/tedious …
MichaelSun90 Feb 17, 2023
0fcbe8a
chore: add tests and fixed some minor issue
MichaelSun90 Feb 23, 2023
ef108d6
chore: remove it.only from test
MichaelSun90 Mar 2, 2023
a448262
test: add additional encrypt config unit tests (#1525)
mShan0 Mar 3, 2023
a6ffebf
Merge branch 'master' into NewTLSSupport
arthurschreiber Mar 22, 2023
fee6ee7
Add `extendedKeyUsage` option.
arthurschreiber Mar 23, 2023
30f0ccd
Try some other options.
arthurschreiber Mar 23, 2023
7891302
Merge branch 'master' of https://github.com/tediousjs/tedious into Ne…
arthurschreiber Mar 26, 2023
cbe4089
Add some config debug output.
arthurschreiber Mar 26, 2023
76a146a
Ensure proper line endings.
arthurschreiber Mar 26, 2023
2252a43
ci: add latest build of sql server 2022
mShan0 Mar 27, 2023
88ef29f
Merge pull request #1530 from tediousjs/mark-update-windows-ci-build
mShan0 Mar 27, 2023
7818752
wait for files to finish download
mShan0 Mar 27, 2023
53dd486
enable updates
mShan0 Mar 27, 2023
e5b4c6f
ci: revert to download box files directly, also download and install …
arthurschreiber Mar 28, 2023
d5f2bdb
ci: fix update download path
arthurschreiber Mar 28, 2023
81c52a2
ci: fix starting the sql server install
arthurschreiber Mar 28, 2023
f675c79
chore: fix test for other protocol versions
MichaelSun90 Mar 28, 2023
04c76a7
chore: code style change and error handling
MichaelSun90 Apr 6, 2023
c955670
Merge branch 'master' of https://github.com/tediousjs/tedious into Ne…
arthurschreiber Apr 8, 2023
3b8074d
Fix incorrect merge conflict resolution.
arthurschreiber Apr 8, 2023
f2e45ad
test: rework to skip if TDS 8.0 is not available
arthurschreiber May 31, 2023
a6d414a
Merge branch 'master' into NewTLSSupport
arthurschreiber Jun 7, 2023
c2aa47f
fix: remove the unecessary error output form connection-test
MichaelSun90 Jun 7, 2023
47bd587
Only check `sys.dm_os_host_info` on SQL Server versions where it is a…
arthurschreiber Jun 28, 2023
d579439
Merge branch 'master' into NewTLSSupport
MichaelSun90 Jun 28, 2023
20ef404
chore: lint issue
MichaelSun90 Jun 29, 2023
c20367b
chore: lint issue for socket
MichaelSun90 Jun 29, 2023
a9524dc
chore: connection to certain db
MichaelSun90 Jun 29, 2023
9d52330
Merge branch 'master' into NewTLSSupport
MichaelSun90 Jul 17, 2023
1859352
Merge branch 'master' into NewTLSSupport
MichaelSun90 Jul 19, 2023
c3e8b67
chore: remove the db constrain
MichaelSun90 Jul 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ jobs:
Push-Location C:\temp

Invoke-WebRequest -Uri https://download.microsoft.com/download/c/c/9/cc9c6797-383c-4b24-8920-dc057c1de9d3/SQL2022-SSEI-Dev.exe -OutFile SQL2022-SSEI-Dev.exe
./SQL2022-SSEI-Dev.exe /ACTION=Download /MEDIAPATH=C:\temp /MEDIATYPE=CAB /QUIET

Start-Process -Wait -FilePath ./SQL2022-SSEI-Dev.exe -ArgumentList /ACTION=Download, /MEDIAPATH=C:\temp, /MEDIATYPE=CAB, /QUIET
Start-Process -Wait -FilePath ./SQLServer2022-DEV-x64-ENU.exe -ArgumentList /qs, /x:setup

.\setup\setup.exe /q /ACTION=Install /INSTANCENAME=MSSQLSERVER /FEATURES=SQLEngine /UPDATEENABLED=0 /SQLSVCACCOUNT='NT SERVICE\MSSQLSERVER' /SQLSYSADMINACCOUNTS='BUILTIN\ADMINISTRATORS' /TCPENABLED=1 /NPENABLED=0 /IACCEPTSQLSERVERLICENSETERMS /SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS /USESQLRECOMMENDEDMEMORYLIMITS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: We can use /SECURITYMODE='SQL' to enable mixed authentication on installation, and use /SAPWD='...' to set the password. That would allow us to skip changing these settings (and the server restart).

Expand Down