Skip to content

Commit f4caa6f

Browse files
committed
PS-10259 [DOCS] - Change JS Lang feature to Tech Preview 8.4
On branch ps-10259-8.4 modified: docs/js-lang-overview.md modified: docs/js-lang-privileges.md modified: docs/js-lang-procedures.md modified: docs/js-lang-troubleshoot.md
1 parent 73a17a0 commit f4caa6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/js-lang-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JS stored procedure and function overview
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
Integrating stored procedures and functions in JS within a MySQL-compatible database provides a versatile and practical approach to managing complex data processing tasks. This method significantly enhances performance, allowing developers to execute intricate operations more efficiently. For those proficient in JS, this approach streamlines the development process, reducing the load on client applications and optimizing overall system performance. By employing stored procedures and functions, developers achieve faster data processing and facilitate more manageable maintenance and scalability, making it an ideal solution for those skilled in JS.
66

docs/js-lang-privileges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JS privileges
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
Privileges control what users can do. You use them to give specific permissions to different users. This ability helps you keep your data secure by only allowing authorized users to access and change information in the database.
66

docs/js-lang-procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JS stored function or procedure
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
Once the component's installed, you can write stored functions and procedures in JavaScript. The syntax looks like this:
66

docs/js-lang-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshoot JS procedures and functions
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
The component includes a set of User-Defined Functions (UDFs) that retrieve and clear information about the last JS error that occurred in the current connection for the current user. This information updates each time a JS error occurs for the current connection and user. Successful execution of JS code does not change this state.
66

0 commit comments

Comments
 (0)