-
Notifications
You must be signed in to change notification settings - Fork 59
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
Keyword not supported: 'trust server certificate' #2899
Comments
@zewditu can you take a look? |
I have this issue as well. As a workaround, I'm exporting some of my data to CSV and building from that. |
Thanks I will try reproducing this |
I'm having same issue. |
Update I'm able to reproduce this issue on my end, and when I disable |
In my environment, if I uncheck that box, I can't see any databases in the dropdown |
After some investigation, the root cause seems to be caused by this issue. My assumption is VS Dev17 upgrades to use Microsoft.Data.SqlClient while model builder still uses System.Data.SqlClient I'll push a fix on model builder side to fix this issue |
Awesome! Thank you for the quick response.
…On Tue, Apr 23, 2024, 5:15 PM Xiaoyun Zhang ***@***.***> wrote:
After some investigation, the root cause seems to be caused by this issue.
My assumption is VS Dev17 upgrades to use Microsoft.Data.SqlClient while
model builder still uses System.Data.SqlClient
- dotnet/SqlClient#1780
<dotnet/SqlClient#1780>
I'll push a fix on model builder side to fix this issue
—
Reply to this email directly, view it on GitHub
<#2899 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIHZ7MS4NI4ZKYZX7LTSOLY63FQPAVCNFSM6AAAAABGCDOPXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZTGQ2TQMBRHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Link to download this latest version? |
The bug has been fixed on the latest main build 17.18.4.2422301. |
This version has been shipped with latest vs 2022 preview. @JakeRadMSFT should we make another release to gallery |
hey @LittleLittleCloud , do we know when a non-preview release containing this fix would be published? |
System Information (please complete the following information):
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should connect to the SQL server without being presented with an error message
Screenshots
Log file
demomodel-7NLN9K.txt
The text was updated successfully, but these errors were encountered: