Skip to content

Commit 1394a92

Browse files
authored
Merge pull request #17399 from cawrites/whats-new-lang-extension
whats-new-lang-extension
2 parents 9e4470b + 86d8e27 commit 1394a92

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

docs/language-extensions/language-extensions-whats-new.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@ ms.prod: sql
1010
ms.technology: language-extensions
1111
monikerRange: ">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1212
---
13+
1314
# What's new in SQL Server Language Extensions?
1415
[!INCLUDE [SQL Server 2019 and later](../includes/applies-to-version/sqlserver2019.md)]
1516

16-
[Language Extension](language-extensions-overview.md) capabilities are added to SQL Server in each release as we continue to expand, extend, and deepen the integration between external languages and the data platform.
17+
[Language Extension](language-extensions-overview.md) capabilities are added to SQL Server in each release as we continue to expand, extend, and deepen the integration between external languages and the data platform.
18+
19+
## New Python and R language extensions in SQL Server 2019
20+
21+
+ A custom runtime is available for [Python on Windows](../machine-learning/install/custom-runtime-python.md). To install on Linux, see [Install a Python custom runtime for SQL Server on Linux](../machine-learning/install/custom-runtime-python.md?view=sql-server-linux-ver15&preserve-view=true).
22+
23+
+ A custom runtime is available for [R on Windows](../machine-learning/install/custom-runtime-r.md). To install on Linux, see the [Install an R custom runtime for SQL Server on Linux](../machine-learning/install/custom-runtime-r.md?view=sql-server-linux-ver15&preserve-view=true)
24+
1725

18-
## New in SQL Server 2019
26+
## New Java language extension in SQL Server 2019
1927

20-
This release adds the support for Language Extensions in SQL Server. For more information about all of the features in this release, see [What's New in SQL Server 2019](../sql-server/what-s-new-in-sql-server-ver15.md) and [Release Notes for SQL Server 2019](../sql-server/sql-server-version-15-release-notes.md).
28+
For more information about all of the features in this release, see [What's New in SQL Server 2019](../sql-server/what-s-new-in-sql-server-ver15.md) and [Release Notes for SQL Server 2019](../sql-server/sql-server-version-15-release-notes.md).
2129

2230
- The default Java Runtime on Windows and Linux is Open Zulu JRE and is included with the [SQL Server Language Extensions installation on Windows](install/install-sql-server-language-extensions-on-windows.md) and [SQL Server Language Extensions installation on Linux](../linux/sql-server-linux-setup-language-extensions.md).
2331
- Supported [Java data types](how-to/java-to-sql-data-types.md).

0 commit comments

Comments
 (0)