Skip to content

Commit 01ef876

Browse files
Fix rel notes and update import export page
1 parent 22334e0 commit 01ef876

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/azure-data-studio/release-notes-azure-data-studio.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
3131
| Connection | Updated Azure tree icons |
3232
| Connection | Updated the Azure tree in the Connection Pane to show only available resource types |
3333
| Connection | Added Azure Postgres Flexible Server and Azure CosmosDB for PostgreSQL in the Azure resource tree |
34-
| Connection | Added support for advanced connection options for other providers |
34+
| Connection | Introduced support for multiple connections against same target, with different profile names and advanced options |
3535
| Connection | Added capability to clear encryption keys with the 'Clear Azure Account Token Cache' command |
3636
| Connection | Introduced support for connection pooling for MSSQL connections |
3737
| GitHub Copilot | GitHub Copilot extension version 1.95.239 |
@@ -187,6 +187,7 @@ For a full list of bug fixes addressed for the May 2023 Hotfix release, visit th
187187
| Connection | Enabled Sql Authentication Provider by default for Azure SQL connections and the MSAL Authentication Library. Learn more at [Connect with Azure Data Studio](https://aka.ms/azuredatastudio-connection) |
188188
| Connection | Introduced support for passing in advanced connection options in command line arguments |
189189
| Connection | Added ability to provide an Application Name in the connection string parameter |
190+
| Connection | Added support for advanced connection options for other providers |
190191
| General | Added support for customizing table keyboard shortcuts |
191192
| General | Added warning notification on startup if Azure PII logging is enabled |
192193
| GitHub Copilot | GitHub Copilot extension for autocomplete-style suggestions added to extension gallery. Learn more at [GitHub Copilot extension](./extensions/github-copilot-extension.md) |

docs/relational-databases/import-export/import-flat-file-wizard.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Import Flat File Wizard is a simple way to copy data from a .csv or
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan
7-
ms.date: "09/26/2017"
7+
ms.date: "07/26/2023"
88
ms.service: sql
99
ms.subservice: data-movement
1010
ms.topic: conceptual
@@ -107,6 +107,7 @@ The given value of type String from the data source cannot be converted to type
107107
Failed to convert parameter value from a String to a Double. (System.Data)
108108
```
109109

110+
Currently, the importer uses encoding based on the system's active code page. On most machines this defaults to ANSI.
110111

111112
## Learn More
112113

0 commit comments

Comments
 (0)