From e7ad4dfa6e1eb3cb124da353b2e5abd54b577319 Mon Sep 17 00:00:00 2001 From: bog-walk <82039410+bog-walk@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:02:05 -0500 Subject: [PATCH] docs: EXPOSED-682 Switch api link from deprecated select() (#2349) API link in DSL CRUD section goes to deprecated select(columns, where) instead of new select(columns...). --- .../Writerside/topics/DSL-CRUD-operations.topic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation-website/Writerside/topics/DSL-CRUD-operations.topic b/documentation-website/Writerside/topics/DSL-CRUD-operations.topic index 4458cdc357..2f0ce671cf 100644 --- a/documentation-website/Writerside/topics/DSL-CRUD-operations.topic +++ b/documentation-website/Writerside/topics/DSL-CRUD-operations.topic @@ -154,7 +154,7 @@

The - + .select() function allows you to select specific columns or/and expressions.