microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.55k stars 898 forks source link

Problème de connexion à cause de la langue FR #21487

Closed Flagache closed 1 year ago

Flagache commented 1 year ago

Issue Type: Bug

Lorsque l'interface est en Français: il est impossible de se connecter à cause du paramètre Chiffrer qui prend la valeur Faux au lieu de "False"

image

image

System.ArgumentException: Valeur non valide 'Faux' pour Chiffrer. Les valeurs valides sont 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' et 'No'. at Microsoft.SqlTools.ServiceLayer.Connection.ConnectionService.CreateConnectionStringBuilder(ConnectionDetails connectionDetails) in D:\a_work\1\s\src\Microsoft.SqlTools.ServiceLayer\Connection\ConnectionService.cs:line 1311 at Microsoft.SqlTools.ServiceLayer.Connection.ConnectionService.BuildConnectionString(ConnectionDetails connectionDetails) in D:\a_work\1\s\src\Microsoft.SqlTools.ServiceLayer\Connection\ConnectionService.cs:line 1204 at Microsoft.SqlTools.ServiceLayer.Connection.ConnectionService.TryOpenConnection(ConnectionInfo connectionInfo, ConnectParams connectionParams) in D:\a_work\1\s\src\Microsoft.SqlTools.ServiceLayer\Connection\ConnectionService.cs:line 645

Azure Data Studio version: azuredatastudio 1.40.2 (661384637db384fe5d4e6224069adbe708580b16, 2022-12-22T22:17:02.658Z) OS version: Windows_NT x64 10.0.22621 Restricted Mode: No Preview Features: Enabled

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 7 5800H with Radeon Graphics (16 x 3194)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|39.37GB (29.85GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (7) Extension|Author (truncated)|Version ---|---|--- admin-pack|Mic|0.0.2 ads-language-pack-fr|Mic|1.40.1 agent|Mic|0.49.0 dacpac|Mic|1.11.0 import|Mic|1.5.4 profiler|Mic|0.11.0 extra-sql-script-as|pac|0.5.0
cheenamalhotra commented 1 year ago

Hi @Flagache

This looks similar to https://github.com/microsoft/azuredatastudio/issues/21353 and has been fixed in the insiders build.

The fix will be released in the next stable release scheduled in January.

cheenamalhotra commented 1 year ago

Closing as duplicate of #21353