summaryrefslogtreecommitdiffstats
path: root/src/extension-functions.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:48:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:48:35 +0000
commit207df6fc406e81bfeebdff7f404bd242ff3f099f (patch)
treea1a796b056909dd0a04ffec163db9363a8757808 /src/extension-functions.cc
parentReleasing progress-linux version 0.11.2-1~progress7.99u1. (diff)
downloadlnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.tar.xz
lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.zip
Merging upstream version 0.12.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/extension-functions.cc')
-rw-r--r--src/extension-functions.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension-functions.cc b/src/extension-functions.cc
index 461a382..e3ab985 100644
--- a/src/extension-functions.cc
+++ b/src/extension-functions.cc
@@ -106,7 +106,7 @@ Original code 2006 June 05 by relicoder.
*/
-//#include "config.h"
+// #include "config.h"
// #define COMPILE_SQLITE_EXTENSIONS_AS_LOADABLE_MODULE 1
#define HAVE_ACOSH 1
@@ -2550,6 +2550,7 @@ common_extension_functions(struct FuncDef** basic_funcs,
reverseFunc,
help_text("reverse")
.sql_function()
+ .with_prql_path({"text", "reverse"})
.with_summary("Returns the reverse of the given string.")
.with_parameter({"str", "The string to reverse."})
.with_tags({"string"})