From 9e180ba8cd0152eed8f01d8c8ec5e47be802fdd2 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Mon, 14 Apr 1997 19:19:01 +0200 Subject: [PATCH] Bugfix. Rev: doc/precompiled/sql:1.5 --- doc/precompiled/sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/precompiled/sql b/doc/precompiled/sql index 6a90752d69..67063392b3 100644 --- a/doc/precompiled/sql +++ b/doc/precompiled/sql @@ -143,7 +143,7 @@ SYNTAX DESCRIPTION This function sends an SQL query to the underlying SQL-server. The - result is returned as a /precompiled/sql object. This allows for + result is returned as a Sql.sql_result object. This allows for having results larger than the available memory, and returning some more info on the result. Returns 0 if the query didn't return any result (e.g. INSERT or similar). -- GitLab